Home
last modified time | relevance | path

Searched refs:ptrAlignedAlign (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMemory.c140 const size_t ptrAlignedAlign = deAlignSize(alignBytes, sizeof(void*)); in deAlignedMalloc() local
143 DE_ASSERT(deIsPowerOfTwoSize(alignBytes) && deIsPowerOfTwoSize(ptrAlignedAlign / sizeof(void*))); in deAlignedMalloc()
145 if (posix_memalign(&ptr, ptrAlignedAlign, numBytes) == 0) in deAlignedMalloc()