HomeSort by: relevance | last modified time | path
    Searched refs:SwallowCache (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h 169 void SwallowCache(AllocatorCache *cache) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 69 allocator.SwallowCache(&cache);
sanitizer_allocator_test.cc 686 a->SwallowCache(&cache);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc 383 allocator()->SwallowCache(&thr->proc()->alloc_cache);
384 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc 47 allocator.SwallowCache(GetAllocatorCache());
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 141 allocator.SwallowCache(GetAllocatorCache(this));
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 700 allocator.SwallowCache(ac);

Completed in 16 milliseconds