Searched refs:alloc_cache (Results 1 – 4 of 4) sorted by relevance
144 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()149 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()189 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); in user_alloc_internal()208 allocator()->Deallocate(&thr->proc()->alloc_cache, p); in user_free()418 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
114 AllocatorCache alloc_cache; member
150 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()155 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()195 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); in user_alloc_internal()214 allocator()->Deallocate(&thr->proc()->alloc_cache, p); in user_free()438 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
115 AllocatorCache alloc_cache; member