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

/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc141 DWORD prot, DWORD *old_prot);
153 DWORD old_prot, unused; local
154 CHECK(VirtualProtect(crt_malloc, 16, PAGE_EXECUTE_READWRITE, &old_prot));
161 CHECK(VirtualProtect(crt_malloc, 16, old_prot, &unused));
/external/compiler-rt/lib/interception/
H A Dinterception_win.cc181 DWORD old_prot, unused_prot; local
183 &old_prot))
190 if (!VirtualProtect((void *)old_bytes, head, old_prot, &unused_prot))

Completed in 1222 milliseconds