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
   26 void NORETURN ReportPvallocOverflow(uptr size, const StackTrace *stack);

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  327     ReportPvallocOverflow(size, stack);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
  214     ReportPvallocOverflow(size, &stack);
projects/compiler-rt/lib/msan/msan_allocator.cpp
  282     ReportPvallocOverflow(size, stack);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  299     ReportPvallocOverflow(sz, &stack);