Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp145 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
150 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
364 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in Alloc()
374 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()
419 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h115 InternalAllocatorCache internal_alloc_cache; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp151 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
156 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
386 return InternalAlloc(sz, &thr->proc()->internal_alloc_cache); in Alloc()
396 InternalFree(p, &thr->proc()->internal_alloc_cache); in FreeImpl()
439 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h116 InternalAllocatorCache internal_alloc_cache; member