Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp135 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
136 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h161 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function