Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_errors.h179 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
183 ErrorInvalidAllocationAlignment() = default; // (*) argument
184 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() function
H A Dasan_errors.cc195 void ErrorInvalidAllocationAlignment::Print() { in Print()
H A Dasan_report.cc276 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()