Searched refs:ErrorAllocTypeMismatch (Results 1 – 3 of 3) sorted by relevance
111 struct ErrorAllocTypeMismatch : ErrorBase { struct116 ErrorAllocTypeMismatch() = default; // (*) argument117 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() function
245 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
119 void ErrorAllocTypeMismatch::Print() { in Print()