Searched refs:isPowerOfTwoAtLeast (Results 1 – 2 of 2) sorted by relevance
62 static inline bool isPowerOfTwoAtLeast(uintptr_t arg, uintptr_t power2) { in isPowerOfTwoAtLeast() function
3098 if ( !isPowerOfTwoAtLeast(alignment, sizeof(void*)) ) in scalable_posix_memalign()