Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp66 allocator.SwallowCache(&cache); in thread_dtor()
H A Dsanitizer_allocator_test.cpp739 a->SwallowCache(&cache); in TestCombinedAllocator()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_mman.cpp418 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
419 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp438 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
439 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h163 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp77 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp151 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp115 allocator.SwallowCache(cache); in AllocatorSwallowThreadLocalCache()
/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp520 allocator.SwallowCache(ac); in CommitBack()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp754 allocator.SwallowCache(ac); in CommitBack()