On 8/7/09 5:06 PM, Tim Murison said: >With GC, the memory use grows forever, without GC, it doesn't grow at all. >Instruments tells me the garbage collector is responsible for allocating the >leaking memory from within the collection routine, I think maybe instruments >is confused, but it does confirm that the live object count grows without >bound. You can see a small dip when GC kicks in.
Memory leak checking in GC apps (via either the 'leaks' command line tool or via Instruments) is known to report mostly false positives. Don't rely on it. -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
