Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() function
103 void *memory = allocateRaw(bytes, alignment); in allocate()
/external/swiftshader/src/System/
DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() function
103 void *memory = allocateRaw(bytes, alignment); in allocate()
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp55 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() function
154 void *memory = allocateRaw(bytes, alignment); in allocate()