Searched refs:GetNextForThreadCache (Results 1 – 6 of 6) sorted by relevance
150 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()
155 PA_ALWAYS_INLINE EncodedNextFreelistEntry* GetNextForThreadCache( in GetNextForThreadCache() function172 entry = entry->GetNextForThreadCache<true>(slot_size)) { in CheckFreeListForThreadCache()
171 PA_ALWAYS_INLINE PoolOffsetFreelistEntry* GetNextForThreadCache( in GetNextForThreadCache() function188 entry = entry->GetNextForThreadCache<true>(slot_size)) { in CheckFreeListForThreadCache()
705 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()
584 freelist_dispatcher->GetNextForThreadCache<true>(entry, bucket.slot_size); in GetFromCache()
1209 head = freelist_dispatcher->GetNextForThreadCache<true>( in TEST_P()1319 curr = freelist_dispatcher->GetNextForThreadCache<true>(curr, kMediumSize); in TEST_P()