HomeSort by relevance Sort by last modified time
    Searched refs:SwallowCache (Results 1 - 7 of 7) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 59 allocator.SwallowCache(&cache);
sanitizer_allocator_test.cc 470 a->SwallowCache(&cache);
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 299 allocator()->SwallowCache(&thr->proc()->alloc_cache);
300 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 64 allocator.SwallowCache(&cache);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 107 allocator.SwallowCache(GetAllocatorCache(this));
  /external/compiler-rt/lib/asan/
asan_allocator.cc 585 allocator.SwallowCache(ac);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]

Completed in 84 milliseconds