Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h235 struct ErrorAllocationSizeTooBig : ErrorBase { struct
241 ErrorAllocationSizeTooBig() = default; // (*) argument
242 ErrorAllocationSizeTooBig(u32 tid, BufferedStackTrace *stack_, in ErrorAllocationSizeTooBig() function
H A Dasan_report.cpp313 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()