FreeUserPhysicalPages(IntPtr, IntPtr, IntPtr)
|
Frees physical memory pages that are allocated previously by using
AllocateUserPhysicalPages(IntPtr, IntPtr, IntPtr) or AllocateUserPhysicalPagesNuma(IntPtr, IntPtr, IntPtr, UInt32).
If any of these pages are currently mapped in the Address Windowing Extensions (AWE) region,
they are automatically unmapped by this call.
This does not affect the virtual address space that is occupied by a specified Address Windowing Extensions (AWE) region.
|
FreeUserPhysicalPages(IntPtr, UIntPtr, UIntPtr)
|
Frees physical memory pages that are allocated previously by using
AllocateUserPhysicalPages(IntPtr, IntPtr, IntPtr) or AllocateUserPhysicalPagesNuma(IntPtr, IntPtr, IntPtr, UInt32).
If any of these pages are currently mapped in the Address Windowing Extensions (AWE) region,
they are automatically unmapped by this call.
This does not affect the virtual address space that is occupied by a specified Address Windowing Extensions (AWE) region.
|