Home
last modified time | relevance | path

Searched refs:PAGE_READWRITE (Results 1 – 25 of 2896) sorted by relevance

12345678910>>...116

/dports/games/libretro-mu/Mu-ff746b8/src/armv5te/os/
H A Dos-win32.c17 return VirtualAlloc(NULL, size, MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in os_reserve()
29 return VirtualAlloc(addr, size, MEM_COMMIT, PAGE_READWRITE); in os_commit()
34 return VirtualAlloc(page, size, MEM_COMMIT, PAGE_READWRITE); in os_sparse_commit()
72 addr_cache = VirtualAlloc(NULL, AC_NUM_ENTRIES * sizeof(ac_entry), flags, PAGE_READWRITE); in addr_cache_init()
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dosmemwin.cpp108 return VirtualAlloc(baseAddr, space, MEM_COMMIT, PAGE_READWRITE); in AllocateDataArea()
147 …ddr, space, MEM_COMMIT, memUsage == UsageExecutableCode ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE); in AllocateCodeArea()
172 return VirtualProtect(p, space, enable ? PAGE_READWRITE : PAGE_READONLY, &oldProtect) == TRUE; in EnableWrite()
213 return VirtualAlloc(0, space, options, PAGE_READWRITE); in AllocateDataArea()
228 return VirtualProtect(p, space, enable ? PAGE_READWRITE: PAGE_READONLY, &oldProtect) == TRUE; in EnableWrite()
236 memUsage == UsageExecutableCode ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE); in AllocateCodeArea()
/dports/misc/broot/broot-1.7.0/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/textproc/sd/sd-0.7.6/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/memmap-0.6.2/src/
H A Dwindows.rs30 PAGE_READWRITE,
93 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
103 PAGE_READWRITE in map()
120 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
143 PAGE_READWRITE in map_mut()
200 PAGE_READWRITE, in map_anon()
266 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/memmap/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/games/dose-response/dose-response-179c326/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/racer/racer-2.1.48/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/memmap-0.7.0/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/memmap/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/memmap/src/
H A Dwindows.rs16 PAGE_READWRITE, PAGE_WRITECOPY,
78 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map()
88 PAGE_READWRITE in map()
105 let write = protection_supported(file.as_raw_handle(), PAGE_READWRITE); in map_exec()
128 PAGE_READWRITE in map_mut()
182 let result = VirtualProtect(ptr, len as SIZE_T, PAGE_READWRITE, &mut old); in map_anon()
246 self.virtual_protect(PAGE_READWRITE) in make_mut()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp33 …hMemoryMapping = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, (DWORD)(size), N… in GrabMemSpace()
50 void *ptr = VirtualAllocFromApp(viewbase, size, MEM_COMMIT, PAGE_READWRITE); in CreateView()
79 u8 *base = (u8*)VirtualAlloc(0, 0xE1000000, MEM_RESERVE, PAGE_READWRITE); in Find4GBBase()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp33 …hMemoryMapping = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, (DWORD)(size), N… in GrabMemSpace()
50 void *ptr = VirtualAllocFromApp(viewbase, size, MEM_COMMIT, PAGE_READWRITE); in CreateView()
79 u8 *base = (u8*)VirtualAlloc(0, 0xE1000000, MEM_RESERVE, PAGE_READWRITE); in Find4GBBase()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DMemArenaWin32.cpp33 …hMemoryMapping = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, (DWORD)(size), N… in GrabMemSpace()
50 void *ptr = VirtualAllocFromApp(viewbase, size, MEM_COMMIT, PAGE_READWRITE); in CreateView()
79 u8 *base = (u8*)VirtualAlloc(0, 0xE1000000, MEM_RESERVE, PAGE_READWRITE); in Find4GBBase()
/dports/devel/boost-libs/boost_1_72_0/boost/context/windows/
H A Dprotected_fixedsize_stack.hpp52 void * vp = ::VirtualAlloc( 0, size__, MEM_COMMIT, PAGE_READWRITE); in allocate()
58 … vp, traits_type::page_size(), PAGE_READWRITE | PAGE_GUARD /*PAGE_NOACCESS*/, & old_options); in allocate()
61 … vp, traits_type::page_size(), PAGE_READWRITE | PAGE_GUARD /*PAGE_NOACCESS*/, & old_options); in allocate()
/dports/devel/boost-python-libs/boost_1_72_0/boost/context/windows/
H A Dprotected_fixedsize_stack.hpp52 void * vp = ::VirtualAlloc( 0, size__, MEM_COMMIT, PAGE_READWRITE); in allocate()
58 … vp, traits_type::page_size(), PAGE_READWRITE | PAGE_GUARD /*PAGE_NOACCESS*/, & old_options); in allocate()
61 … vp, traits_type::page_size(), PAGE_READWRITE | PAGE_GUARD /*PAGE_NOACCESS*/, & old_options); in allocate()

12345678910>>...116