stuff i do at work

(maybe i’ll make less mistakes if i remember some)

Archive for January, 2009

Heap memory usage

Posted by noah on January 21, 2009

To figure out how the heap memory is being used, using windbg.exe:

.load clr10\sos.dll

!dumpheap stat

Posted in Uncategorized | Leave a Comment »