Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.hpp28 void *allocateExecutable(size_t bytes); // Allocates memory that can be made executable using mar…
DMemory.cpp115 void *allocateExecutable(size_t bytes) in allocateExecutable() function
/external/swiftshader/src/Reactor/
DRoutine.cpp25 void *memory = allocateExecutable(bufferSize); in Routine()