Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/
Dthread_cache_unittest.cc84 class PartitionAllocThreadCacheTest class
88 PartitionAllocThreadCacheTest() in PartitionAllocThreadCacheTest() function in partition_alloc::PartitionAllocThreadCacheTest
195 TEST_P(PartitionAllocThreadCacheTest, Simple) { in TEST_P() argument
224 TEST_P(PartitionAllocThreadCacheTest, InexactSizeMatch) { in TEST_P() argument
249 TEST_P(PartitionAllocThreadCacheTest, MultipleObjectsCachedPerBucket) { in TEST_P() argument
261 TEST_P(PartitionAllocThreadCacheTest, ObjectsCachedCountIsLimited) { in TEST_P() argument
267 TEST_P(PartitionAllocThreadCacheTest, Purge) { in TEST_P() argument
278 TEST_P(PartitionAllocThreadCacheTest, NoCrossPartitionCache) { in TEST_P() argument
305 TEST_P(PartitionAllocThreadCacheTest, LargeAllocationsAreNotCached) { in TEST_P() argument
322 TEST_P(PartitionAllocThreadCacheTest, DirectMappedAllocationsAreNotCached) { in TEST_P() argument
[all …]
Dthread_cache.h442 friend class PartitionAllocThreadCacheTest; in PA_COMPONENT_EXPORT() local