Home
last modified time | relevance | path

Searched defs:ReportCallocOverflow (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_report.cpp43 void NORETURN ReportCallocOverflow(uptr count, uptr size, in ReportCallocOverflow() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_report.cpp267 void ReportCallocOverflow(uptr count, uptr size, BufferedStackTrace *stack) { in ReportCallocOverflow() function