Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMemory.h40 void* deAlignedMalloc (int numBytes, int alignBytes);
DdeMemory.c84 void* deAlignedMalloc (int numBytes, int alignBytes) in deAlignedMalloc() function
/external/deqp/framework/delibs/decpp/
DdeArrayBuffer.cpp45 ptr = deAlignedMalloc(sizeAsInt, (int)alignment); in ArrayBuffer_AlignedMalloc()
/external/deqp/framework/delibs/depool/
DdeMemPool.c442 void* ptr = deAlignedMalloc(numBytes, alignBytes); in deMemPool_allocInternal()