Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp131 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 internal_alloc()
354 InternalFree(p, &thr->proc()->internal_alloc_cache); in internal_free()
399 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h343 InternalAllocatorCache internal_alloc_cache; member