Searched defs:ReportCallocOverflow (Results 1 – 6 of 6) sorted by relevance
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_report.cc | 42 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.cc | 44 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_report.cc | 42 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
|
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_report.cc | 259 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function
|
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_report.cc | 261 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function
|
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_report.cc | 259 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function
|