Process Memory Used

The Process Memory Used box displays information on the memory usage of the process selected in the Process Selection box.

The fields in the Process Memory Used box are as follows:

Field Description
Working Set The average amount of physical memory used by the process. The longer a process has been running, the more accurate this value is.
Heap Usage The current total heap being used by the process. Heap space is taken by dynamically allocated data, including memory reserved by LocalAlloc, HeapAlloc, VirtualAlloc, and GlobalAlloc.