Searched refs:reportCallocOverflow (Results 1 – 5 of 5) sorted by relevance
54 void NORETURN reportCallocOverflow(uptr Count, uptr Size);
162 void NORETURN reportCallocOverflow(uptr Count, uptr Size) { in reportCallocOverflow() function
58 scudo::reportCallocOverflow(nmemb, size);
49 EXPECT_DEATH(scudo::reportCallocOverflow(123, 456), "Scudo ERROR.*123.*456"); in TEST()
1759 "function_name" : "scudo::reportCallocOverflow",