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