Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_win.cc139 DWORD old_protection; in MprotectNoAccess() local
140 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection); in MprotectNoAccess()