Home
last modified time | relevance | path

Searched refs:SwallowCache (Results 1 – 16 of 16) 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/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cpp401 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
402 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp66 allocator.SwallowCache(&cache); in thread_dtor()
Dsanitizer_allocator_test.cpp686 a->SwallowCache(&cache); in TestCombinedAllocator()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h165 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/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/llvm-project/compiler-rt/lib/lsan/
Dlsan_allocator.cpp53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp151 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp93 allocator.SwallowCache(cache); in AllocatorSwallowThreadLocalCache()
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp696 allocator.SwallowCache(ac); in CommitBack()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc585 allocator.SwallowCache(ac); in CommitBack()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp766 allocator.SwallowCache(ac); in CommitBack()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1434 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function