Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp398 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
399 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h165 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp77 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp151 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp111 allocator.SwallowCache(cache); in AllocatorSwallowThreadLocalCache()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp696 allocator.SwallowCache(ac); in CommitBack()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp766 allocator.SwallowCache(ac); in CommitBack()