Searched defs:PAGE_EXECUTE_READWRITE (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc112 const int PAGE_EXECUTE_READWRITE = 0x40; variable
124 CHECK(VirtualProtect(crt_malloc, 16, PAGE_EXECUTE_READWRITE, &old_prot));

Completed in 69 milliseconds