Home
last modified time | relevance | path

Searched refs:ErrorAllocationSizeTooBig (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.h235 struct ErrorAllocationSizeTooBig : ErrorBase { struct
241 ErrorAllocationSizeTooBig() = default; // (*) argument
242 ErrorAllocationSizeTooBig(u32 tid, BufferedStackTrace *stack_, in ErrorAllocationSizeTooBig() function
Dasan_report.cpp310 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
Dasan_errors.cpp255 void ErrorAllocationSizeTooBig::Print() { in Print()