Home
last modified time | relevance | path

Searched refs: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.cpp144 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
149 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
189 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); in user_alloc_internal()
208 allocator()->Deallocate(&thr->proc()->alloc_cache, p); in user_free()
418 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h114 AllocatorCache alloc_cache; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp150 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
155 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
195 void *p = allocator()->Allocate(&thr->proc()->alloc_cache, sz, align); in user_alloc_internal()
214 allocator()->Deallocate(&thr->proc()->alloc_cache, p); in user_free()
438 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
H A Dtsan_rtl.h115 AllocatorCache alloc_cache; member