Searched refs:SwallowCache (Results 1 – 7 of 7) sorted by relevance
299 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()300 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
59 allocator.SwallowCache(&cache); in thread_dtor()
470 a->SwallowCache(&cache); in TestCombinedAllocator()
64 allocator.SwallowCache(&cache); in AllocatorThreadFinish()
107 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
585 allocator.SwallowCache(ac); in CommitBack()
1434 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function