Home
last modified time | relevance | path

Searched refs:GetNextForThreadCache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_freelist_entry.h150 PA_ALWAYS_INLINE PartitionFreelistEntry* GetNextForThreadCache(
154 entry->GetNextForThreadCache<crash_on_corruption>(slot_size));
242 GetEntryImpl(entry)->template GetNextForThreadCache<true>(slot_size)); in GetNextForThreadCacheTrue()
249 GetEntryImpl(entry)->template GetNextForThreadCache<false>(slot_size)); in GetNextForThreadCacheFalse()
H A Dencoded_next_freelist.h155 PA_ALWAYS_INLINE EncodedNextFreelistEntry* GetNextForThreadCache( in GetNextForThreadCache() function
172 entry = entry->GetNextForThreadCache<true>(slot_size)) { in CheckFreeListForThreadCache()
H A Dpool_offset_freelist.h171 PA_ALWAYS_INLINE PoolOffsetFreelistEntry* GetNextForThreadCache( in GetNextForThreadCache() function
188 entry = entry->GetNextForThreadCache<true>(slot_size)) { in CheckFreeListForThreadCache()
H A Dthread_cache.cc705 head = freelist_dispatcher->GetNextForThreadCache<crash_on_corruption>( in ClearBucketHelper()
718 freelist_dispatcher->GetNextForThreadCache<crash_on_corruption>( in ClearBucketHelper()
748 head = freelist_dispatcher->GetNextForThreadCache<crash_on_corruption>( in FreeAfter()
H A Dthread_cache.h584 freelist_dispatcher->GetNextForThreadCache<true>(entry, bucket.slot_size); in GetFromCache()
H A Dthread_cache_unittest.cc1209 head = freelist_dispatcher->GetNextForThreadCache<true>( in TEST_P()
1319 curr = freelist_dispatcher->GetNextForThreadCache<true>(curr, kMediumSize); in TEST_P()