Searched refs:ErrorOutOfMemory (Results 1 – 3 of 3) sorted by relevance
262 struct ErrorOutOfMemory : ErrorBase { struct266 ErrorOutOfMemory() = default; // (*) argument267 ErrorOutOfMemory(u32 tid, BufferedStackTrace *stack_, uptr requested_size_) in ErrorOutOfMemory() function
323 ErrorOutOfMemory error(GetCurrentTidOrInvalid(), stack, requested_size); in ReportOutOfMemory()
281 void ErrorOutOfMemory::Print() { in Print()