Searched refs:ptrAlignedAlign (Results 1 – 1 of 1) sorted by relevance
140 const size_t ptrAlignedAlign = deAlignSize(alignBytes, sizeof(void*)); in deAlignedMalloc() local143 DE_ASSERT(deIsPowerOfTwoSize(alignBytes) && deIsPowerOfTwoSize(ptrAlignedAlign / sizeof(void*))); in deAlignedMalloc()145 if (posix_memalign(&ptr, ptrAlignedAlign, numBytes) == 0) in deAlignedMalloc()