Home
last modified time | relevance | path

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