Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DExecutableMemory.cpp339 unsigned long oldProtection; in protectMemoryPages() local
342 &oldProtection); in protectMemoryPages()
359 unsigned long oldProtection; in deallocateMemoryPages() local
361 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection); in deallocateMemoryPages()