Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp333 void *alignedAlloc(size_t size, size_t alignment) in alignedAlloc() function
420 static void *coroutine_alloc_frame(size_t size) { return alignedAlloc(size, 16); } in coroutine_alloc_frame()