HomeSort by: relevance | last modified time | path
    Searched refs:SwallowCache (Results 1 - 17 of 17) 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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 163 void SwallowCache(AllocatorCache *cache) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 163 void SwallowCache(AllocatorCache *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/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_mman.cpp 398 allocator()->SwallowCache(&thr->proc()->alloc_cache);
399 internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_mman.cpp 481 allocator()->SwallowCache(&thr->proc()->alloc_cache);
482 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/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_allocator.cpp 53 allocator.SwallowCache(GetAllocatorCache());
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 141 allocator.SwallowCache(GetAllocatorCache(this));
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 115 allocator.SwallowCache(cache);
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_allocator.cpp 55 allocator.SwallowCache(GetAllocatorCache());
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocator.cpp 172 allocator.SwallowCache(cache);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 700 allocator.SwallowCache(ac);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 765 allocator.SwallowCache(ac);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 797 allocator.SwallowCache(ac);

Completed in 47 milliseconds