Home
last modified time | relevance | path

Searched defs:PartitionAllocThreadCacheTest (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dthread_cache_unittest.cc78 class PartitionAllocThreadCacheTest class
81 PartitionAllocThreadCacheTest() in PartitionAllocThreadCacheTest() function in partition_alloc::PartitionAllocThreadCacheTest
189 TEST_P(PartitionAllocThreadCacheTest, Simple) { in TEST_P() argument
220 TEST_P(PartitionAllocThreadCacheTest, InexactSizeMatch) { in TEST_P() argument
247 TEST_P(PartitionAllocThreadCacheTest, MultipleObjectsCachedPerBucket) { in TEST_P() argument
259 TEST_P(PartitionAllocThreadCacheTest, ObjectsCachedCountIsLimited) { in TEST_P() argument
265 TEST_P(PartitionAllocThreadCacheTest, Purge) { in TEST_P() argument
276 TEST_P(PartitionAllocThreadCacheTest, NoCrossPartitionCache) { in TEST_P() argument
298 TEST_P(PartitionAllocThreadCacheTest, LargeAllocationsAreNotCached) { in TEST_P() argument
316 TEST_P(PartitionAllocThreadCacheTest, DirectMappedAllocationsAreNotCached) { in TEST_P() argument
[all …]
Dthread_cache.h472 friend class PartitionAllocThreadCacheTest; in PA_COMPONENT_EXPORT() local