Vmmap Two

Physical and virtual memory.

VMMap is an analysis tool that shows the use of physical and virtual memory for any process you choose. Using stacked bar and a color code, the memory used VMMap broken down into seven distinct types.

Private, for instance, represents the memory space reserved for implementation, while Shared does the same with shared. For each category, a table shows the addresses occupied, their use of different types of memory and other details.

An interesting feature is VMMap Strings, which displays the text strings of any selected memory address, useful for extracting data from a hung process or hidden.

Ideal for developers and advanced users VMMap is the ideal application for analyzing in great detail the memory usage of a process.

Leave Your Response