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

References

projects/compiler-rt/lib/asan/asan_poisoning.h
   57       shadow_end - shadow_beg < common_flags()->clear_shadow_mmap_threshold) {
projects/compiler-rt/lib/hwasan/hwasan.cpp
   92     cf.clear_shadow_mmap_threshold = 4096 * (SANITIZER_ANDROID ? 2 : 8);
projects/compiler-rt/lib/hwasan/hwasan_poisoning.cpp
   31   uptr threshold = common_flags()->clear_shadow_mmap_threshold;
projects/compiler-rt/lib/msan/msan_poisoning.cpp
  126       shadow_end - shadow_beg < common_flags()->clear_shadow_mmap_threshold) {
projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  924   if (SANITIZER_WINDOWS || size < common_flags()->clear_shadow_mmap_threshold) {