VirtualAllocExNuma(IntPtr, IntPtr, IntPtr, MemoryAllocationType, MemoryProtectionOptions, UInt32)
|
Reserves, commits, or changes the state of a region of memory within the virtual address space of the specified process,
and specifies the NUMA node for the physical memory.
The function initializes the memory it allocates to zero.
|
VirtualAllocExNuma(IntPtr, IntPtr, UInt32, MemoryAllocationType, MemoryProtectionOptions, UInt32)
|
Reserves, commits, or changes the state of a region of memory within the virtual address space of the specified process,
and specifies the NUMA node for the physical memory.
The function initializes the memory it allocates to zero.
|
VirtualAllocExNuma(IntPtr, UIntPtr, UInt32, MemoryAllocationType, MemoryProtectionOptions, UInt32)
|
Reserves, commits, or changes the state of a region of memory within the virtual address space of the specified process,
and specifies the NUMA node for the physical memory.
The function initializes the memory it allocates to zero.
|
VirtualAllocExNuma(IntPtr, UIntPtr, UIntPtr, MemoryAllocationType, MemoryProtectionOptions, UInt32)
|
Reserves, commits, or changes the state of a region of memory within the virtual address space of the specified process,
and specifies the NUMA node for the physical memory.
The function initializes the memory it allocates to zero.
|