Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp149 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
150 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp155 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
156 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
H A Dtsan_sync.cpp187 internal_allocator()->DestroyCache(&cache); in ResetClocks()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp741 a->DestroyCache(&cache); in TestCombinedAllocator()