Home
last modified time | relevance | path

Searched refs:VirtualProtect (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/coroutine/windows/
Dprotected_stack_allocator.hpp56 ::VirtualProtect( in allocate()
59 const BOOL result = ::VirtualProtect( in allocate()
/third_party/boost/boost/context/windows/
Dprotected_fixedsize_stack.hpp57 const BOOL result = ::VirtualProtect( in allocate()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp376 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/
DMemory.inc29 // Note: PAGE_WRITE is not supported by VirtualProtect
178 if (!VirtualProtect(M.Address, M.AllocatedSize, Protect, &OldFlags))
/third_party/boost/libs/regex/src/
Dregex.cpp172 … || !VirtualProtect(page, si.dwPageSize, PAGE_GUARD | PAGE_READWRITE, &previous_protection_status)) in reset_stack_guard_page()
/third_party/pcre2/pcre2/src/sljit/
DsljitWXExecAllocator.c221 VirtualProtect((void*)start, end - start, prot, &oldprot); in sljit_update_wx_flags()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp121 auto res = VirtualProtect(addr, pageSize(), PAGE_NOACCESS, &oldVal); in protectPage()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp328 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/
Dmsguniq-a.inp392 !VirtualProtect()\ failed.=
Dmsguniq-a.out597 msgid "VirtualProtect() failed."
Dmsguniq-a.in609 msgid "VirtualProtect() failed."
/third_party/skia/src/core/
DSkVM.cpp53 VirtualProtect(ptr, len, PAGE_EXECUTE_READ, &old); in remap_as_executable()