Re: NSEnumerator retaining objects?
Re: NSEnumerator retaining objects?
- Subject: Re: NSEnumerator retaining objects?
- From: Zach Wily <email@hidden>
- Date: Wed, 9 Mar 2005 16:59:16 -0700
I have (potentially) about 10 million of these things. Having
10,000,000 objects stuck in an autorelease pool removes the ability to
immediately release them (meaning about 600+ MB of memory) and I'm
stuck with an autorelease pool that's at least 40MB in size
(10,000,000*sizeof(id)).
You could create and release your own autorelease pool every few
thousand iterations...
zach
_______________________________________________
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