Home
last modified time | relevance | path

Searched refs:reportCallocOverflow (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_errors.h20 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
H A Dscudo_errors.cpp19 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
H A Dscudo_allocator.cpp568 reportCallocOverflow(NMemB, Size); in calloc()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h51 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
H A Dreport.cpp162 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
H A Dwrappers_c.inc29 scudo::reportCallocOverflow(nmemb, size);