Introduction - If you have any usage issues, please Google them yourself
Design a memory monitor, real-time display of the current system memory usage, including the layout of the system address space, physical memory usage virtual address space layout and working set of a process information in real-time.
The system call:
GetSystemInfo, VirtualQueryEx, VirtualAlloc, GetPerformanceInfo, GlobalMemoryStatusEx