Home | History | Annotate | Download | only in coding_guidelines

Lines Matching full:numbytes

1121 void* deMemPool_alignedAlloc (deMemPool* pool, int numBytes, deUint32 alignBytes)
1125 DE_ASSERT(numBytes > 0); // Assertion on input data condition
1127 ptr = deMemPool_allocInternal(pool, numBytes, alignBytes);