Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cc74 allocator()->DestroyCache(&thr->alloc_cache); in AllocatorThreadFinish()
75 internal_allocator()->DestroyCache(&thr->internal_alloc_cache); in AllocatorThreadFinish()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_allocator_test.cc462 a->DestroyCache(&cache); in TestCombinedAllocator()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h1401 void DestroyCache(AllocatorCache *cache) { in DestroyCache() function