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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h
   33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  110     ReportAllocationSizeTooBig(orig_size, kMaxAllowedMallocSize, stack);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
   75   ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, &stack);
projects/compiler-rt/lib/msan/msan_allocator.cpp
  140     ReportAllocationSizeTooBig(size, kMaxAllowedMallocSize, stack);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  161     ReportAllocationSizeTooBig(sz, kMaxAllowedMallocSize, &stack);