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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc241 allocator()->SwallowCache(&thr->alloc_cache);
242 internal_allocator()->SwallowCache(&thr->internal_alloc_cache);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc57 allocator.SwallowCache(&cache);
H A Dsanitizer_allocator_test.cc462 a->SwallowCache(&cache);
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc53 allocator.SwallowCache(&cache);
/external/compiler-rt/lib/msan/
H A Dmsan_allocator.cc76 allocator.SwallowCache(GetAllocatorCache(this));
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc585 allocator.SwallowCache(GetAllocatorCache(this));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1343 void SwallowCache(AllocatorCache *cache) { function in class:__sanitizer::CombinedAllocator

Completed in 1922 milliseconds