Home
last modified time | relevance | path

Searched refs:ReportCallocOverflow (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.h23 void NORETURN ReportCallocOverflow(uptr count, uptr size,
H A Dsanitizer_allocator_report.cc44 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_report.h64 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack);
H A Dasan_report.cc261 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function
H A Dasan_allocator.cc680 ReportCallocOverflow(nmemb, size, stack); in Calloc()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc105 ReportCallocOverflow(nmemb, size, &stack); in Calloc()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc242 ReportCallocOverflow(nmemb, size, stack); in MsanCalloc()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc197 ReportCallocOverflow(n, size, &stack); in user_calloc()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cc283 ReportCallocOverflow(nmemb, size, stack); in HwasanCalloc()