Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc81 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc389 a->DestroyCache(&cache); in TestCombinedAllocator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1188 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function