|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.h 22 void NORETURN ReportCallocOverflow(uptr count, uptr size,
References
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp 259 ReportCallocOverflow(nmemb, size, stack);
projects/compiler-rt/lib/lsan/lsan_allocator.cpp 104 ReportCallocOverflow(nmemb, size, &stack);
projects/compiler-rt/lib/msan/msan_allocator.cpp 231 ReportCallocOverflow(nmemb, size, stack);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp 196 ReportCallocOverflow(n, size, &stack);