Re: Memory Allocation
Re: Memory Allocation
- Subject: Re: Memory Allocation
- From: "Alexandre Badez" <email@hidden>
- Date: Thu, 17 Jul 2008 08:16:10 +0200
On Wed, Jul 16, 2008 at 21:56, Gary L. Wade
<email@hidden> wrote:
> You mentioned you launched your application with ObjectAlloc; launch it instead with MallocDebug and do your testings with the Leaks option to check for memory leaks. It will show you an execution path so you can determine where the allocation originated that is leaking.
>
So, last night I launched my app with Leaks and see that my leaks
appears in apple code... I was very dubious about that.
But as we say in France: "The night bring council".
And so I remenbered that I used the zombie option :) (CFZombieLevel=16
NSZombiesEnabled=YES)
So after disable it, I have no memory leak.
Great news isn't it ?
--
Alex
_______________________________________________
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