Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeMemPool.hpp52 void* alignedAlloc (deUintptr numBytes, deUint32 alignBytes);
96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc() function in de::MemPool
DdePoolArray.hpp349 m_pageTable[pageTableNdx] = m_pool->alignedAlloc(pageAllocSize, Alignment); in reserve()