Searched refs:deAlignedMalloc (Results 1 – 4 of 4) sorted by relevance
40 void* deAlignedMalloc (int numBytes, int alignBytes);
84 void* deAlignedMalloc (int numBytes, int alignBytes) in deAlignedMalloc() function
45 ptr = deAlignedMalloc(sizeAsInt, (int)alignment); in ArrayBuffer_AlignedMalloc()
442 void* ptr = deAlignedMalloc(numBytes, alignBytes); in deMemPool_allocInternal()