Searched refs:isPowerOfTwo (Results 1 – 2 of 2) sorted by relevance
59 static inline bool isPowerOfTwo(uintptr_t arg) { in isPowerOfTwo() function
2369 MALLOC_ASSERT( isPowerOfTwo(alignment), ASSERT_TEXT ); in allocateAligned()2771 if (!isPowerOfTwo(alignment) || 0==size) in pool_aligned_malloc()2779 if (!isPowerOfTwo(alignment)) in pool_aligned_realloc()3109 if (!isPowerOfTwo(alignment) || 0==size) { in scalable_aligned_malloc()3120 if (!isPowerOfTwo(alignment)) { in scalable_aligned_realloc()3141 if (!isPowerOfTwo(alignment)) { in __TBB_malloc_safer_aligned_realloc()