Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h194 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
198 ErrorInvalidAllocationAlignment() = default; // (*) argument
199 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() function
H A Dasan_report.cpp289 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()