Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeMemPool.hpp108 inline void *MemPool::alignedAlloc(uintptr_t numBytes, uint32_t alignBytes) in alignedAlloc() function in de::MemPool
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMJIT.cpp405 void *alignedAlloc(size_t size, size_t alignment) in alignedAlloc() function
/aosp_15_r20/external/pffft/
H A Dpffft.hpp366 inline T* alignedAlloc(int length) { in alignedAlloc() function