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.cc53 internal_allocator()->InitCache(&thr->internal_alloc_cache); in AllocatorThreadStart()
58 internal_allocator()->DestroyCache(&thr->internal_alloc_cache); in AllocatorThreadFinish()
171 return InternalAlloc(sz, &thr->internal_alloc_cache); in internal_alloc()
180 InternalFree(p, &thr->internal_alloc_cache); in internal_free()
223 internal_allocator()->SwallowCache(&thr->internal_alloc_cache); in __tsan_on_thread_idle()
Dtsan_rtl.h363 InternalAllocatorCache internal_alloc_cache; member