MemoryState Enumeration
Specifies the state of the pages in the memory region.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration MemoryState
Dim instance As MemoryState
public enum class MemoryState
No code example is currently available or this language may not be supported.
Commit |
4,096 |
Indicates committed pages for which physical storage has been allocated,
either in memory or in the paging file on disk.
|
Reserve |
8,192 |
Indicates reserved pages where a range of the process's virtual address space is reserved without
any physical storage being allocated.
For reserved pages, the information in the Protect member is undefined.
|
Free |
65,536 |
Indicates free pages not accessible to the calling process and available to be allocated.
For free pages, the information in the AllocationBase,
AllocationProtect, Protect,
and Type members is undefined.
|