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

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 111 DWORD prot, DWORD *old_prot);
123 DWORD old_prot, unused; local
124 CHECK(VirtualProtect(crt_malloc, 16, PAGE_EXECUTE_READWRITE, &old_prot));
131 CHECK(VirtualProtect(crt_malloc, 16, old_prot, &unused));
  /external/compiler-rt/lib/interception/
interception_win.cc 128 DWORD old_prot, unused_prot;
130 &old_prot))
143 if (!VirtualProtect((void*)old_func, head, old_prot, &unused_prot))

Completed in 65 milliseconds