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.cc76 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
77 internal_allocator()->DestroyCache(&thr->internal_alloc_cache); in AllocatorThreadFinish()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc464 a->DestroyCache(&cache); in TestCombinedAllocator()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1406 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function