Home
last modified time | relevance | path

Searched refs:SwallowCache (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc299 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
300 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc59 allocator.SwallowCache(&cache); in thread_dtor()
Dsanitizer_allocator_test.cc470 a->SwallowCache(&cache); in TestCombinedAllocator()
/external/compiler-rt/lib/lsan/
Dlsan_allocator.cc64 allocator.SwallowCache(&cache); in AllocatorThreadFinish()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc107 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc585 allocator.SwallowCache(ac); in CommitBack()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1434 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function