Re: Another autorelease question
Re: Another autorelease question
- Subject: Re: Another autorelease question
- From: Cameron Hayne <email@hidden>
- Date: Sat, 13 Sep 2003 12:28:10 -0400
On 13/9/03 12:07 PM, "Dave Riggle" <email@hidden> wrote:
>
I might have several thousand such strings retained for the duration of
>
my application. Is the autorelease pool going to look at these objects
>
every time through the run loop?
No. The autorelease pool only contains things that are waiting for deletion.
None of your strings will be in the autorelease pool.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.