goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

!ObjSize --flat #27

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Compute the size of the object graph reachable from the object but excluding any objects that have inner references. This gives a super-fast lower bound of how much memory is retained only by the target object, without having to construct a dominator tree.

goldshtn commented 9 years ago

Closing in 9e0cb1fd18f38ac482268a3fc38d30bdc09a2167.