Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h159 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp741 a->DestroyCache(&cache); in TestCombinedAllocator()