Home
last modified time | relevance | path

Searched refs:PAGE_READWRITE (Results 101 – 125 of 3408) sorted by relevance

12345678910>>...137

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-generic/
H A Dmemory.c57 #define PAGE_READWRITE 0x00 macro
615 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) in doinit_shm()
620 p96mem_offset = va (s, l, MEM_RESERVE | MEM_WRITE_WATCH, PAGE_READWRITE); in doinit_shm()
631 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) in doinit_shm()
643 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
649 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
655 p96mem_offset = va (s, l, MEM_RESERVE | MEM_WRITE_WATCH, PAGE_READWRITE); in doinit_shm()
663 if (!VirtualAlloc (natmem_offset, natmem_size, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
934 DWORD protect = readonly ? PAGE_READONLY : PAGE_READWRITE; in my_shmat()
941 result = virtualallocwithlock (shmaddr, size, MEM_COMMIT, PAGE_READWRITE); in my_shmat()
[all …]
/dports/games/libretro-uae/libretro-uae-8333daa/retrodep/
H A Dmemory.c62 #define PAGE_READWRITE 0x00 macro
620 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) in doinit_shm()
625 p96mem_offset = va (s, l, MEM_RESERVE | MEM_WRITE_WATCH, PAGE_READWRITE); in doinit_shm()
636 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) in doinit_shm()
648 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
654 if (!va (s, l, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
660 p96mem_offset = va (s, l, MEM_RESERVE | MEM_WRITE_WATCH, PAGE_READWRITE); in doinit_shm()
668 if (!VirtualAlloc (natmem_offset, natmem_size, MEM_RESERVE, PAGE_READWRITE)) { in doinit_shm()
939 DWORD protect = readonly ? PAGE_READONLY : PAGE_READWRITE; in my_shmat()
946 result = virtualallocwithlock (shmaddr, size, MEM_COMMIT, PAGE_READWRITE); in my_shmat()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/C/
H A DAlloc.c56 return VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in MidAlloc()
113 void *res = VirtualAlloc(NULL, size2, MEM_COMMIT | MEM_LARGE_PAGES, PAGE_READWRITE); in BigAlloc()
121 return VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in BigAlloc()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/mmap-0.5.9/cbits/
H A Dwin32.c109 flProtect = PAGE_READWRITE; in system_io_mmap_mmap()
117 flProtect = PAGE_READWRITE; in system_io_mmap_mmap()
191 HANDLE mapping = CreateFileMapping(handle,NULL,PAGE_READWRITE,hibits,lobits,NULL); in system_io_mmap_extend_file_size()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/mmap-0.5.9/cbits/
H A Dwin32.c109 flProtect = PAGE_READWRITE; in system_io_mmap_mmap()
117 flProtect = PAGE_READWRITE; in system_io_mmap_mmap()
191 HANDLE mapping = CreateFileMapping(handle,NULL,PAGE_READWRITE,hibits,lobits,NULL); in system_io_mmap_extend_file_size()
/dports/comms/libticables2/libticables2-1.3.5/src/win32/
H A Dlink_tie.c72 …hRefCnt = CreateFileMapping((HANDLE) (-1), NULL, PAGE_READWRITE, 0, sizeof(int), (LPCTSTR) cnt_nam… in shm_check()
117 …hRefCnt = CreateFileMapping((HANDLE) (-1), NULL, PAGE_READWRITE, 0, sizeof(int), (LPCTSTR) cnt_nam… in tie_open()
125 …hSendBuf = CreateFileMapping((HANDLE) (-1), NULL, PAGE_READWRITE, 0, sizeof(LinkBuffer), (LPCTSTR)… in tie_open()
131 …hRecvBuf = CreateFileMapping((HANDLE) (-1), NULL, PAGE_READWRITE, 0, sizeof(LinkBuffer), (LPCTSTR)… in tie_open()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp105 PAGE_READWRITE | SEC_RESERVE, // flProtect in create_paging_file_mapping()
211 PAGE_READWRITE, // PageProtection in create_shared_awe_section()
236 PAGE_READWRITE, // PageProtection in reserve_for_shared_awe()
290 PAGE_READWRITE, // PageProtection in map_view_replace_placeholder()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp105 PAGE_READWRITE | SEC_RESERVE, // flProtect in create_paging_file_mapping()
211 PAGE_READWRITE, // PageProtection in create_shared_awe_section()
236 PAGE_READWRITE, // PageProtection in reserve_for_shared_awe()
290 PAGE_READWRITE, // PageProtection in map_view_replace_placeholder()
/dports/polish/kadu/kadu-4.3/plugins/winamp_mediaplayer/
H A Dwinamp.cpp94 …)VirtualAllocEx(hWinampProcess, NULL, sizeof(extendedFileInfoStructW), MEM_COMMIT, PAGE_READWRITE); in getFileTagW()
95 …r_t* pForeightTag = (wchar_t*)VirtualAllocEx(hWinampProcess, NULL, 64, MEM_COMMIT, PAGE_READWRITE); in getFileTagW()
96 …ar_t* pForeightRet=(wchar_t*)VirtualAllocEx(hWinampProcess, NULL, 256, MEM_COMMIT, PAGE_READWRITE); in getFileTagW()
145 …*)VirtualAllocEx(hWinampProcess, NULL, sizeof(extendedFileInfoStruct), MEM_COMMIT, PAGE_READWRITE); in getFileTagA()
146 char* pForeightTag = (char*)VirtualAllocEx(hWinampProcess, NULL, 64, MEM_COMMIT, PAGE_READWRITE); in getFileTagA()
147 char* pForeightRet=(char*)VirtualAllocEx(hWinampProcess, NULL, 128, MEM_COMMIT, PAGE_READWRITE); in getFileTagA()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/race/
H A Drace_windows_test.go27 PAGE_READWRITE = 0x04
29 …:= syscall.Syscall6(VirtualAlloc.Addr(), 4, 0, 1<<20, MEM_COMMIT|MEM_RESERVE, PAGE_READWRITE, 0, 0)
/dports/security/libretls/libretls-3.4.2/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/race/
H A Drace_windows_test.go27 PAGE_READWRITE = 0x04
29 …:= syscall.Syscall6(VirtualAlloc.Addr(), 4, 0, 1<<20, MEM_COMMIT|MEM_RESERVE, PAGE_READWRITE, 0, 0)
/dports/security/libressl/libressl-3.4.3/crypto/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/security/libressl-static/libressl-3.3.5/crypto/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/net/openntpd/openntpd-6.8p1/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/www/obhttpd/libressl-3.4.1/crypto/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/net/openbgpd6/openbgpd-6.9p0/compat/
H A Darc4random_win.h56 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
61 MEM_RESERVE | MEM_COMMIT, PAGE_READWRITE); in _rs_allocate()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/nall/
H A Dfilemap.hpp58 flprotect = PAGE_READWRITE; in p_open()
64 flprotect = PAGE_READWRITE; in p_open()
70 flprotect = PAGE_READWRITE; in p_open()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DSharedMemory_WIN32.cpp36 _mode = PAGE_READWRITE; in SharedMemoryImpl()
81 _mode = PAGE_READWRITE; in SharedMemoryImpl()
114 if (_mode == PAGE_READWRITE) in map()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/runtime/src/
H A Dmmap.rs125 use winapi::um::winnt::{MEM_COMMIT, MEM_RESERVE, PAGE_NOACCESS, PAGE_READWRITE}; in accessible_reserved()
139 PAGE_READWRITE, in accessible_reserved()
196 use winapi::um::winnt::{MEM_COMMIT, PAGE_READWRITE}; in make_accessible()
210 PAGE_READWRITE, in make_accessible()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-win32.c59 ptr = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in qemu_try_memalign()
76 ptr = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in qemu_anon_ram_alloc()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/util/
H A Doslib-win32.c59 ptr = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in qemu_try_memalign()
76 ptr = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); in qemu_anon_ram_alloc()
/dports/devel/google-perftools/gperftools-2.9.1/src/windows/
H A Dsystem-alloc.cc87 MEM_COMMIT|MEM_RESERVE, PAGE_READWRITE); in Alloc()
176 if (VirtualAlloc(start, length, MEM_COMMIT, PAGE_READWRITE) == start) in TCMalloc_SystemCommit()
193 PAGE_READWRITE); in TCMalloc_SystemCommit()

12345678910>>...137