Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp66 allocator.SwallowCache(&cache); in thread_dtor()
Dsanitizer_allocator_test.cpp739 a->SwallowCache(&cache); in TestCombinedAllocator()
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_combined.h163 void SwallowCache(AllocatorCache *cache) { in SwallowCache() function
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_allocator.cpp81 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
Dlsan_allocator.cpp53 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_allocator.cpp149 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocator.cpp153 allocator.SwallowCache(cache); in AllocatorSwallowThreadLocalCache()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_allocator.cpp754 allocator.SwallowCache(ac); in CommitBack()