Re: When does Cocoa get "No more!" from malloc?
Re: When does Cocoa get "No more!" from malloc?
- Subject: Re: When does Cocoa get "No more!" from malloc?
- From: Ken Thomases <email@hidden>
- Date: Sat, 25 Oct 2008 23:58:03 -0500
On Oct 25, 2008, at 11:48 PM, Jerry Krinock wrote:
Why did malloc say "No more!" on his Mac, but not on mine?
Because you didn't let yours run amok for long enough.
If your app is leaking memory on a (more or less) continuous basis, it
will eventually get an error like your user got. You just have to let
it keep at it.
Of course, the precise method that fails will differ, depending on the
precise sequence of events and allocations, etc.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden