Searched refs:ReportCallocOverflow (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.h | 23 void NORETURN ReportCallocOverflow(uptr count, uptr size,
|
| H A D | sanitizer_allocator_report.cc | 44 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 64 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack);
|
| H A D | asan_report.cc | 261 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function
|
| H A D | asan_allocator.cc | 680 ReportCallocOverflow(nmemb, size, stack); in Calloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cc | 105 ReportCallocOverflow(nmemb, size, &stack); in Calloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan_allocator.cc | 242 ReportCallocOverflow(nmemb, size, stack); in MsanCalloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mman.cc | 197 ReportCallocOverflow(n, size, &stack); in user_calloc()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cc | 283 ReportCallocOverflow(nmemb, size, stack); in HwasanCalloc()
|