Home
last modified time | relevance | path

Searched refs:PAGE_NOACCESS (Results 1 – 25 of 1278) sorted by relevance

12345678910>>...52

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/arch/x86_64/
H A Dsel_addrspace_win_x86_64.c65 MEM_RESERVE, PAGE_NOACCESS); in NaClAllocateSpaceAslr()
73 MEM_RESERVE, PAGE_NOACCESS); in NaClAllocateSpaceAslr()
89 PAGE_NOACCESS); in NaClAllocateSpaceAslr()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/win32/
H A Dmem.c112 addr = VirtualAlloc(NULL, size, MEM_RESERVE, PAGE_NOACCESS); in _gst_osmem_alloc()
137 base = VirtualAlloc(address, size, MEM_RESERVE, PAGE_NOACCESS); in _gst_osmem_reserve()
139 base = VirtualAlloc(NULL, size, MEM_RESERVE, PAGE_NOACCESS); in _gst_osmem_reserve()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gwp_asan/client/
H A Dguarded_page_allocator_win.cc20 PAGE_NOACCESS)) in MapRegion()
24 return VirtualAlloc(nullptr, RegionSize(), MEM_RESERVE, PAGE_NOACCESS); in MapRegion()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/gwp_asan/client/
H A Dguarded_page_allocator_win.cc20 PAGE_NOACCESS)) in MapRegion()
24 return VirtualAlloc(nullptr, RegionSize(), MEM_RESERVE, PAGE_NOACCESS); in MapRegion()
/dports/devel/m4/m4-1.4.19/tests/
H A Dmmap-anon-util.h24 # define PROT_NONE PAGE_NOACCESS
34 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dmmap-anon-util.h26 # define PROT_NONE PAGE_NOACCESS
36 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/
H A Dmmap-anon-util.h26 # define PROT_NONE PAGE_NOACCESS
36 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/
H A Dmmap-anon-util.h26 # define PROT_NONE PAGE_NOACCESS
36 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp68 PAGE_NOACCESS, // PageProtection in reserve()
140 PAGE_NOACCESS, // PageProtection in map_view_no_placeholder()
167 PAGE_NOACCESS, // PageProtection in commit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp68 PAGE_NOACCESS, // PageProtection in reserve()
140 PAGE_NOACCESS, // PageProtection in map_view_no_placeholder()
167 PAGE_NOACCESS, // PageProtection in commit()
/dports/lang/smalltalk/smalltalk-3.2.5/sigsegv/tests/
H A Dmmaputil.h31 #define PROT_NONE PAGE_NOACCESS
41 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/devel/libsigsegv/libsigsegv-2.12/tests/
H A Dmmaputil.h31 #define PROT_NONE PAGE_NOACCESS
41 MEM_RESERVE, PAGE_NOACCESS) in mmap_zeromap()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp68 PAGE_NOACCESS, // PageProtection in reserve()
140 PAGE_NOACCESS, // PageProtection in map_view_no_placeholder()
167 PAGE_NOACCESS, // PageProtection in commit()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/gc/z/
H A DzMapper_windows.cpp68 PAGE_NOACCESS, // PageProtection in reserve()
140 PAGE_NOACCESS, // PageProtection in map_view_no_placeholder()
167 PAGE_NOACCESS, // PageProtection in commit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Dsel_memory.c105 addr = VirtualAlloc(hint, num_bytes, MEM_RESERVE, PAGE_NOACCESS); in NaClPageAllocAtAddr()
130 PAGE_NOACCESS)) { in NaClPageAllocAtAddr()
292 if (newProtection != PAGE_NOACCESS) { in NaClMprotect()
/dports/devel/libhoard/Hoard/src/Heap-Layers/wrappers/
H A Dmmapwrapper.h88 VirtualAlloc (ptr, sz, MEM_RESET, PAGE_NOACCESS); in release()
103 VirtualProtect (ptr, sz, PAGE_NOACCESS, &oldProtection); in protect()
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dallocator.cpp62 VirtualProtect(end, page_size, PAGE_NOACCESS, &old_flags); in allocate()
74 VirtualProtect(rptr, aligned_size + page_size, PAGE_NOACCESS, &old_flags); in deallocate()
/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dallocator.cpp66 VirtualProtect(end, page_size, PAGE_NOACCESS, &old_flags); in allocate()
78 VirtualProtect(rptr, aligned_size + page_size, PAGE_NOACCESS, &old_flags); in deallocate()
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dallocator.cpp62 VirtualProtect(end, page_size, PAGE_NOACCESS, &old_flags); in allocate()
74 VirtualProtect(rptr, aligned_size + page_size, PAGE_NOACCESS, &old_flags); in deallocate()
/dports/www/firefox/firefox-99.0/third_party/wasm2c/wasm2c/
H A Dwasm-rt-os-win.c32 DWORD flProtect = PAGE_NOACCESS; in win_mmap()
72 DWORD flProtect = PAGE_NOACCESS; in win_mmap_aligned()
126 DWORD flProtect = PAGE_NOACCESS; in os_mprotect()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Delectric.c98 DWORD fFlags = PAGE_NOACCESS; in xfree()
132 DWORD fFlags = PAGE_NOACCESS; in xmalloc()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/dat/debug/
H A Dmemprotect.c81 pro = PAGE_NOACCESS; in netwib_debug_memprotect_protect()
165 ptrbase = VirtualAlloc(NULL, allocsize, MEM_RESERVE, PAGE_NOACCESS); in netwib_debug_memprotect_alloc()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/wposix/
H A Dwmman.cpp33 return PAGE_NOACCESS; in MemoryProtectionFromPosix()
56 return PAGE_NOACCESS; in MemoryProtectionFromPosix()
/dports/security/putty/putty-0.76/windows/
H A Dwinmiscs.c51 int access = hide ? PAGE_NOACCESS : PAGE_READWRITE; in minefield_admin_hide()
63 MEM_RESERVE, PAGE_NOACCESS); in minefield_init()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinmiscs.c51 int access = hide ? PAGE_NOACCESS : PAGE_READWRITE; in minefield_admin_hide()
63 MEM_RESERVE, PAGE_NOACCESS); in minefield_init()

12345678910>>...52