Searched refs:internal_alloc_cache (Results 1 – 2 of 2) sorted by relevance
151 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()156 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()386 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in Alloc()396 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()439 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
117 InternalAllocatorCache internal_alloc_cache; member