goldshtn / msos

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

Make object size-reporting commands respect alignment #46

Open goldshtn opened 8 years ago

goldshtn commented 8 years ago

CLRMD doesn't seem to take alignment into account, whereas SOS (at least on older versions of the CLR) seems to take it into account. Consider reporting sizes with alignment. On x86 -- SOH is 4-byte aligned, LOH is 8-byte aligned; on x64 everything is 8-byte aligned.

idofl commented 8 years ago

+1