Searched refs:oldProtection (Results 1 – 1 of 1) sorted by relevance
142 unsigned long oldProtection; in markExecutable() local143 VirtualProtect(memory, bytes, PAGE_EXECUTE_READ, &oldProtection); in markExecutable()152 unsigned long oldProtection; in deallocateExecutable() local153 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection); in deallocateExecutable()