Home
last modified time | relevance | path

Searched refs:GetNextForThreadCacheTrue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_freelist_entry.h83 PA_ALWAYS_INLINE virtual PartitionFreelistEntry* GetNextForThreadCacheTrue(
238 PA_ALWAYS_INLINE PartitionFreelistEntry* GetNextForThreadCacheTrue( in GetNextForThreadCacheTrue() function
257 return GetNextForThreadCacheTrue(entry, slot_size); in GetNextForThreadCacheBool()
H A Dthread_cache.h581 freelist_dispatcher->GetNextForThreadCacheTrue(entry, bucket.slot_size); in GetFromCache()
H A Dthread_cache_unittest.cc1206 head = freelist_dispatcher->GetNextForThreadCacheTrue( in TEST_P()
1317 curr = freelist_dispatcher->GetNextForThreadCacheTrue(curr, kMediumSize); in TEST_P()