Home
last modified time | relevance | path

Searched refs:alignedAlloc (Results 1 – 4 of 4) 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()
/external/pffft/
Dpffft.hpp366 inline T* alignedAlloc(int length) { in alignedAlloc() function
879 return alignedAlloc<T>(length); in alignedAllocType()
886 return alignedAlloc<Scalar>(length); in alignedAllocScalar()
893 return alignedAlloc<Complex>(length); in alignedAllocComplex()
964 pointer ret = (pointer)( alignedAlloc<T>(num) ); in allocate()
/external/swiftshader/src/Reactor/
DLLVMJIT.cpp326 void *alignedAlloc(size_t size, size_t alignment) in alignedAlloc() function
413 static void *coroutine_alloc_frame(size_t size) { return alignedAlloc(size, 16); } in coroutine_alloc_frame()