Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMRoutine.cpp34 deallocateExecutable(buffer, bufferSize); in ~LLVMRoutine()
DExecutableMemory.hpp28 void deallocateExecutable(void *memory, size_t bytes);
DExecutableMemory.cpp270 void deallocateExecutable(void *memory, size_t bytes) in deallocateExecutable() function
DSubzeroReactor.cpp441 deallocateExecutable(p, sizeof(T) * n); in deallocate()