Searched refs:internal_alloc_cache (Results 1 – 6 of 6) sorted by relevance
131 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()136 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()345 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in Alloc()354 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()399 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
115 InternalAllocatorCache internal_alloc_cache; member
128 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()133 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()330 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in internal_alloc()339 InternalFree(p, &thr->proc()->internal_alloc_cache); in internal_free()384 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
355 InternalAllocatorCache internal_alloc_cache; member
126 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()131 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()328 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in internal_alloc()337 InternalFree(p, &thr->proc()->internal_alloc_cache); in internal_free()382 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
351 InternalAllocatorCache internal_alloc_cache; member