VMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a processīs committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Besides graphical representations of memory usage, VMMap also shows summary information and a detailed process memory map. Powerful filtering and refresh capabilities allow you to identify the sources of process memory usage and the memory cost of application features.
Besides flexible views for analyzing live processes, VMMap supports the export of data in multiple forms, including a native format that preserves all the information so that you can load back in. It also includes command-line options that enable scripting scenarios.
VMMap is the ideal tool for developers wanting to understand and optimize their applicationīs memory resource usage.
Whatīs New in version 3.1:
VMMap, a process virtual and physical memory analyzer, now shows the ASLR status of images and reports 'unusable' virtual memory regions.
FreewareFiles tested SysInternals VMMap 3.1 on 2011-05-19 using leading
antivirus scanners and found it 100% Clean. It does not contain any form
of malware, spyware, viruses, trojans, etc. We will re-test each updated
version and remove the award as well as the program if found infected.
User Reviews
"Excellent for software developers!!"
Reviewer: -Gorlash
Review Date: 2009-02-23
Average Rating (1 Votes ) 5.00
Pros: None
Cons: None
Other Thoughts: This is superb for learning how memory is being allocated for a program that one has written. All memory regions (stacks, etc) are shown. I haven't found any other tool that showed all this data so concisely!!