Searched refs:internal_alloc_cache (Results 1 – 4 of 4) sorted by relevance
145 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()150 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()364 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in Alloc()374 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()419 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
115 InternalAllocatorCache internal_alloc_cache; member
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()
116 InternalAllocatorCache internal_alloc_cache; member