Searched refs:VirtualProtect (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/coroutine/windows/ |
D | protected_stack_allocator.hpp | 56 ::VirtualProtect( in allocate() 59 const BOOL result = ::VirtualProtect( in allocate()
|
/third_party/boost/boost/context/windows/ |
D | protected_fixedsize_stack.hpp | 57 const BOOL result = ::VirtualProtect( in allocate()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 376 VirtualProtect(memory, bytes, permissionsToProtectMode(permissions), in protectMemoryPages() 396 VirtualProtect(memory, bytes, PAGE_READWRITE, &oldProtection); in deallocateMemoryPages()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Memory.inc | 29 // Note: PAGE_WRITE is not supported by VirtualProtect 178 if (!VirtualProtect(M.Address, M.AllocatedSize, Protect, &OldFlags))
|
/third_party/boost/libs/regex/src/ |
D | regex.cpp | 172 … || !VirtualProtect(page, si.dwPageSize, PAGE_GUARD | PAGE_READWRITE, &previous_protection_status)) in reset_stack_guard_page()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitWXExecAllocator.c | 221 VirtualProtect((void*)start, end - start, prot, &oldprot); in sljit_update_wx_flags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | memory.cpp | 121 auto res = VirtualProtect(addr, pageSize(), PAGE_NOACCESS, &oldVal); in protectPage()
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 328 BOOST_SYMBOL_IMPORT boost::winapi::BOOL_ BOOST_WINAPI_WINAPI_CC VirtualProtect( boost::winapi::LPVO… 377 BOOST_FORCEINLINE boost::winapi::BOOL_ VirtualProtect( boost::winapi::LPVOID_ lpAddress, boost::win… in VirtualProtect() function 379 { return ::VirtualProtect(lpAddress, dwSize, flNewProtect, lpflOldProtect); } in VirtualProtect() 777 { return 0 != boost::ipwinapiext::VirtualProtect(base_addr, numbytes, flNewProtect, &lpflOldProtec… in virtual_protect()
|
/third_party/gettext/gettext-tools/tests/ |
D | msguniq-a.inp | 392 !VirtualProtect()\ failed.=
|
D | msguniq-a.out | 597 msgid "VirtualProtect() failed."
|
D | msguniq-a.in | 609 msgid "VirtualProtect() failed."
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 53 VirtualProtect(ptr, len, PAGE_EXECUTE_READ, &old); in remap_as_executable()
|