Searched refs:ErrorCallocOverflow (Results 1 – 3 of 3) sorted by relevance
152 struct ErrorCallocOverflow : ErrorBase { struct157 ErrorCallocOverflow() = default; // (*) argument158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow() function
166 void ErrorCallocOverflow::Print() { in Print()
268 ErrorCallocOverflow error(GetCurrentTidOrInvalid(), stack, count, size); in ReportCallocOverflow()