I am using DebugDiag 1.2 to perform memory analysis of a .NET application.
On taking a dump, and analyzing non .NET memory (third option on Advanced Analysis tab of the tool), I see two sections -
Virtual Memory Summary
Size of largest free VM block 6.24 TBytes
Free memory fragmentation 21.92%
Free Memory 7.99 TBytes (99.93% of Total Memory)
Reserved Memory 4.06 GBytes (0.05% of Total Memory)
Committed Memory 1.49 GBytes (0.02% of Total Memory)
Total Memory 8.00 TBytes
Largest free block at 0x00000005`16fc6000
and -
Virtual Allocation Summary
Reserved memory 3.96 GBytes
Committed memory 1.08 GBytes
Mapped memory 13.87 MBytes
Reserved block count 58 blocks
Committed block count 102 blocks
Mapped block count 37 blocks
Which of these pertain to the process im monitoring ? The private bytes for my process reported at the time the dump was taken are 1.43 GB.