Home
last modified time | relevance | path

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

/external/swiftshader/src/Common/
DMemory.cpp142 unsigned long oldProtection; in markExecutable() local
143 VirtualProtect(memory, bytes, PAGE_EXECUTE_READ, &oldProtection); in markExecutable()
152 unsigned long oldProtection; in deallocateExecutable() local
153 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection); in deallocateExecutable()