[Webkit-unassigned] [Bug 6438] Google Reader creates AJAX-related memory leak

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Mar 8 12:25:27 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6438





------- Comment #5 from dfj23 at drexel.edu  2006-03-08 12:25 PDT -------
(In reply to comment #4)
> Fair assessment. Then the question becomes why that memory isn't reclaimed when
> I close my browser window.
> 

This is a guess on my part, but I would say that this might be due to the
behavior of malloc and Mac OS X's implementation of it. When the os increases
the size of an application's heap (where dynamic memory comes from) it doesn't
necessarily reclaim that memory once free is used. Instead, it may still be
allocated for that application's heap even though it is not in "use" and tools
such as top or ps will report it as such.

Perhaps someone who has more knowledge of memory management on OS X can confirm
this for me.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list