Searched refs:SwallowCache (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc241 allocator()->SwallowCache(&thr->alloc_cache);
242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache);
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc64 allocator.SwallowCache(&cache);
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc107 allocator.SwallowCache(GetAllocatorCache(this));
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc575 allocator.SwallowCache(ac);
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1410 void SwallowCache(AllocatorCache *cache) { function in class:__sanitizer::CombinedAllocator

Completed in 109 milliseconds