Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp492 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
493 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h163 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp88 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp55 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp180 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp172 allocator.SwallowCache(cache); in AllocatorThreadFinish()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp582 allocator.SwallowCache(ac); in CommitBack()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp805 allocator.SwallowCache(ac); in CommitBack()