Home
last modified time | relevance | path

Searched defs:VIRTUAL_ALLOCATION_TYPE (Results 1 – 1 of 1) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Memory/
H A Dmod.rs101 …const ::core::ffi::c_void, offset: u64, viewsize: usize, allocationtype: VIRTUAL_ALLOCATION_TYPE, … in MapViewOfFile3()
103 …const ::core::ffi::c_void, offset: u64, viewsize: usize, allocationtype: VIRTUAL_ALLOCATION_TYPE, … in MapViewOfFile3FromApp()
155 …c(lpaddress: *const ::core::ffi::c_void, dwsize: usize, flallocationtype: VIRTUAL_ALLOCATION_TYPE,… in VirtualAlloc()
157 …E, baseaddress: *const ::core::ffi::c_void, size: usize, allocationtype: VIRTUAL_ALLOCATION_TYPE, … in VirtualAlloc2()
159 …E, baseaddress: *const ::core::ffi::c_void, size: usize, allocationtype: VIRTUAL_ALLOCATION_TYPE, … in VirtualAlloc2FromApp()
161 …, lpaddress: *const ::core::ffi::c_void, dwsize: usize, flallocationtype: VIRTUAL_ALLOCATION_TYPE,… in VirtualAllocEx()
163 …, lpaddress: *const ::core::ffi::c_void, dwsize: usize, flallocationtype: VIRTUAL_ALLOCATION_TYPE,… in VirtualAllocExNuma()
164 …pp(baseaddress: *const ::core::ffi::c_void, size: usize, allocationtype: VIRTUAL_ALLOCATION_TYPE, … in VirtualAllocFromApp()
509 pub type VIRTUAL_ALLOCATION_TYPE = u32; typedef