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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc140 DWORD old_protection; local
141 return VirtualProtect((LPVOID)addr, size, PAGE_NOACCESS, &old_protection);

Completed in 88 milliseconds