Description: 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
To Search:
File list (Check if you may need any files):
MemMonitoring.cpp