Searched refs:reportCallocOverflow (Results 1 – 7 of 7) sorted by relevance
20 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
19 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
569 reportCallocOverflow(NMemB, Size); in calloc()
50 EXPECT_DEATH(scudo::reportCallocOverflow(123, 456), "Scudo ERROR.*123.*456"); in TEST()
51 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
162 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
29 scudo::reportCallocOverflow(nmemb, size);