HomeSort by relevance Sort by last modified time
    Searched full:old_prot (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 141 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/
interception_win.cc 181 DWORD old_prot, unused_prot; local
183 &old_prot))
190 if (!VirtualProtect((void *)old_bytes, head, old_prot, &unused_prot))

Completed in 5676 milliseconds