Searched refs:alignedAlloc (Results 1 – 2 of 2) sorted by relevance
52 void* alignedAlloc (deUintptr numBytes, deUint32 alignBytes);96 inline void* MemPool::alignedAlloc (deUintptr numBytes, deUint32 alignBytes) in alignedAlloc() function in de::MemPool
349 m_pageTable[pageTableNdx] = m_pool->alignedAlloc(pageAllocSize, Alignment); in reserve()