Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_errors.h21 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
H A Dscudo_errors.cpp20 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
H A Dscudo_allocator.cpp521 reportCallocOverflow(NMemB, Size); in calloc()