https://bugzilla.novell.com/show_bug.cgi?id=397627

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=397627#c10





--- Comment #10 from Miguel de Icaza <[EMAIL PROTECTED]>  2008-08-19 13:43:08 
MDT ---
HeapShot is a tool to profile memory allocations, and it helps to show who is
keeping objects in memory and how many objects are kept.

This is a precise scan, so we actually have information about every live
object, and this is how I determined that the leak is real (unlike the
GC.TotalXXXMemory methods which is a best-guess approach).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to