Each record is allocated and explicitly released at the end of the
loop after adding it to the table. I thought autorelease might wait
too long to get rid of it, so I do it explicitly.
As for Instruments, unfortunately I'm doing this on Tiger.
On Mar 12, 2008, at 12:00 PM, [EMAIL PROTECTED] wrote:
You're running out of memory.
If your inner loop isn't wrapped in an autorelease pool, consider
adding
one.
Also, use Instruments to see where the memory is going.
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
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]