Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc127 allocator()->DestroyCache(&proc->alloc_cache); in AllocatorProcFinish()
128 internal_allocator()->DestroyCache(&proc->internal_alloc_cache); in AllocatorProcFinish()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp175 getAllocator().DestroyCache(&Cache); in teardownThread()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc472 a->DestroyCache(&cache); in TestCombinedAllocator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1430 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function