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 panda::CodeAllocatorTest
65 static bool IsAligned(const void *ptr, size_t alignment) in IsAligned() function in panda::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
132 constexpr bool IsAligned(T value) in IsAligned() function139 constexpr bool IsAligned(T value, size_t n) in IsAligned() function
134 constexpr bool IsAligned(T value) in IsAligned() function141 constexpr bool IsAligned(T value, size_t n) in IsAligned() function
97 constexpr inline bool IsAligned(T value, size_t alignment) in IsAligned() function