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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cpp66 allocator.SwallowCache(&cache);
H A Dsanitizer_allocator_test.cpp739 a->SwallowCache(&cache);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_combined.h163 void SwallowCache(AllocatorCache *cache) { function in class:CombinedAllocator
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp438 allocator()->SwallowCache(&thr->proc()->alloc_cache);
439 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp81 allocator.SwallowCache(GetAllocatorCache(this));
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp53 allocator.SwallowCache(GetAllocatorCache());
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp149 allocator.SwallowCache(GetAllocatorCache(this));
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp518 allocator.SwallowCache(ac);
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp153 allocator.SwallowCache(cache);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp754 allocator.SwallowCache(ac);

Completed in 135 milliseconds