Home
last modified time | relevance | path

Searched refs:CheckFreeListForThreadCache (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_freelist_entry.h98 PA_NOINLINE virtual void CheckFreeListForThreadCache(
168 PA_NOINLINE void CheckFreeListForThreadCache(PartitionFreelistEntry* entry,
170 return entry->CheckFreeListForThreadCache(slot_size);
275 PA_NOINLINE void CheckFreeListForThreadCache( in CheckFreeListForThreadCache() function
278 return GetEntryImpl(entry)->CheckFreeListForThreadCache(slot_size); in CheckFreeListForThreadCache()
H A Dencoded_next_freelist.h170 PA_NOINLINE void CheckFreeListForThreadCache(size_t slot_size) const { in CheckFreeListForThreadCache() function
H A Dpool_offset_freelist.h186 PA_NOINLINE void CheckFreeListForThreadCache(size_t slot_size) const { in CheckFreeListForThreadCache() function
H A Dthread_cache.cc688 freelist_dispatcher->CheckFreeListForThreadCache(bucket.freelist_head, in ClearBucketHelper()