![]() | |
Memory |
Member name | Value | Description |
---|---|---|
MemCommit | 4,096 | Indicates committed pages for which physical storage has been allocated, either in memory or in the paging file on disk. |
MemReserve | 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. |
MemFree | 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. |