Searched refs:SwallowCache (Results 1 – 7 of 7) sorted by relevance
241 allocator()->SwallowCache(&thr->alloc_cache); in __tsan_on_thread_idle()242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache); in __tsan_on_thread_idle()
57 allocator.SwallowCache(&cache); in thread_dtor()
462 a->SwallowCache(&cache); in TestCombinedAllocator()
64 allocator.SwallowCache(&cache); in AllocatorThreadFinish()
107 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
575 allocator.SwallowCache(ac); in CommitBack()
1410 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function