reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  699     allocator.SwallowCache(ac);
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
   92   allocator.SwallowCache(cache);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
   46   allocator.SwallowCache(GetAllocatorCache());
projects/compiler-rt/lib/msan/msan_allocator.cpp
  130   allocator.SwallowCache(GetAllocatorCache(this));
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  392   allocator()->SwallowCache(&thr->proc()->alloc_cache);
  393   internal_allocator()->SwallowCache(&thr->proc()->internal_alloc_cache);