Home
last modified time | relevance | path

Searched refs:DestroyCache (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp169 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
170 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
H A Dtsan_sync.cpp187 internal_allocator()->DestroyCache(&cache); in ResetClocks()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp56 allocator.DestroyCache(GetAllocatorCache()); in AllocatorThreadFinish()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp181 allocator.DestroyCache(GetAllocatorCache(this)); in CommitBack()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp173 allocator.DestroyCache(cache); in AllocatorThreadFinish()