Reputation: 17565
While running heap_stat on a dump of a C# application, I end up with incomplete information, as you can see from the start of this summary:
Statistics:
Type name Count Size Allocated Size
combase!CClientChannel 20094 Unknown 69080323345238
combase!CStdIdentity 8657 Unknown 28467142107174
combase!CDestObject 4326 Unknown 14809067561232
clr!CAssemblyName 2831 Unknown 9689455665024
...
As you can see, the "Size" is always "Unknown", although the "Allocated Size" is filled in.
How can I alter the heap_stat script in order to get this information?
Upvotes: 0
Views: 27