Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dthread_cache_unittest.cc105 class PartitionAllocThreadCacheTest class
108 PartitionAllocThreadCacheTest() in PartitionAllocThreadCacheTest() function in partition_alloc::PartitionAllocThreadCacheTest
112 ~PartitionAllocThreadCacheTest() override { in ~PartitionAllocThreadCacheTest()
212 PartitionAllocThreadCacheTest,
215 TEST_P(PartitionAllocThreadCacheTest, Simple) { in TEST_P() argument
246 TEST_P(PartitionAllocThreadCacheTest, InexactSizeMatch) { in TEST_P() argument
273 TEST_P(PartitionAllocThreadCacheTest, MultipleObjectsCachedPerBucket) { in TEST_P() argument
285 TEST_P(PartitionAllocThreadCacheTest, ObjectsCachedCountIsLimited) { in TEST_P() argument
291 TEST_P(PartitionAllocThreadCacheTest, Purge) { in TEST_P() argument
302 TEST_P(PartitionAllocThreadCacheTest, NoCrossPartitionCache) { in TEST_P() argument
[all …]
H A Dthread_cache.h485 friend class PartitionAllocThreadCacheTest; in PA_COMPONENT_EXPORT() local