Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMRoutine.cpp25 void *memory = allocateExecutable(bufferSize); in LLVMRoutine()
DExecutableMemory.hpp26 void *allocateExecutable(size_t bytes); // Allocates memory that can be made executable using mar…
DExecutableMemory.cpp186 void *allocateExecutable(size_t bytes) in allocateExecutable() function
DSubzeroReactor.cpp436 return (T*)allocateExecutable(sizeof(T) * n); in allocate()