Re: Need help with a nasty memory management problem
Re: Need help with a nasty memory management problem
- Subject: Re: Need help with a nasty memory management problem
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 5 Aug 2005 17:57:23 -0600
On Aug 5, 2005, at 4:48 PM, Michael Heinz wrote:
Malloc debugger says I'm not leaking - but obviously I need to
periodically force a garbage collection loop. Is there some way to
force garbage collection to occur?
Yes, there is a way.
Can I spawn a secondary thread to do garbage collection?
You probably can, but I wouldn't recommend it. I don't think
autorelease pools are thread-safe.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden