OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_prot
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_malloc_win.cc
114
DWORD prot, DWORD *
old_prot
);
126
DWORD
old_prot
, unused;
local
127
CHECK(VirtualProtect(crt_malloc, 16, PAGE_EXECUTE_READWRITE, &
old_prot
));
134
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 28 milliseconds