Home
last modified time | relevance | path

Searched defs:ErrorAllocationSizeTooBig (Results 1 – 1 of 1) 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