Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.hpp30 void deallocateExecutable(void *memory, size_t bytes);
DMemory.cpp149 void deallocateExecutable(void *memory, size_t bytes) in deallocateExecutable() function
/external/swiftshader/src/Reactor/
DRoutine.cpp46 deallocateExecutable(buffer, bufferSize); in ~Routine()