....
- Easily debug array index errors (when writing past the end).
- Easily profile memory usage and track down memory hawks.
- Click-And-Goto-Source support for VisualStudio.
- Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free
.Net Memory Profiler is a single C# class that builds a tree of specified object's fields, their sub-fields and so on up to primitive types. And in the "Quick Watch" window of the VisualStudio you will be able to see the memory usage by each of those fields. For more details see screenshots.