Searched defs:AlignHelper (Results 1 – 1 of 1) sorted by relevance
337 template <size_t SIZE> struct AlignHelper { struct338 LIBC_INLINE AlignHelper(CPtr ptr) in AlignHelper() argument341 LIBC_INLINE bool not_aligned() const { return offset != SIZE; } in not_aligned()342 uintptr_t offset;