Home
last modified time | relevance | path

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