Searched defs:IsAligned (Results 1 – 7 of 7) sorted by relevance
42 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() function in ark::CodeAllocatorTest
65 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() function in ark::ArenaAllocatorTest
38 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() function in panda::CodeAllocatorTest
64 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() function in panda::ArenaAllocatorTest
133 constexpr bool IsAligned(T value) in IsAligned() function140 constexpr bool IsAligned(T value, size_t n) in IsAligned() function
132 constexpr bool IsAligned(T value) in IsAligned() function139 constexpr bool IsAligned(T value, size_t n) in IsAligned() function
131 constexpr inline bool IsAligned(T value, size_t alignment) in IsAligned() function