Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc383 allocator()->SwallowCache(&thr->proc()->alloc_cache); in __tsan_on_thread_idle()
384 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache); in __tsan_on_thread_idle()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h169 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc47 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc141 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc126 allocator.SwallowCache(cache); in AllocatorSwallowThreadLocalCache()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc700 allocator.SwallowCache(ac); in CommitBack()