Home
last modified time | relevance | path

Searched refs:internal_alloc_cache (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc123 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
128 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
248 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in internal_alloc()
257 InternalFree(p, &thr->proc()->internal_alloc_cache); in internal_free()
300 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h340 InternalAllocatorCache internal_alloc_cache; member