Re: NSObject Foundation tool memory issue?
Re: NSObject Foundation tool memory issue?
- Subject: Re: NSObject Foundation tool memory issue?
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 8 Dec 2005 07:42:37 -0700
On Dec 8, 2005, at 7:21 AM, Niko Matsakis wrote:
I know that there are tools to help you with this: Unfortunately I
don't know much about them as I haven't had a need for them yet.
If it is just a double-free, as I'm suggesting, no doubt a tool can
find it easily.
Check out this link which has information on MallocDebug and
Guarded Memory Allocator:
Guard Malloc will not help you find an over-release; Guard Malloc
will help you find buffer overruns. To help find over-release
problems, you need to enable NSZombieEnabled. Search the archives for
more information.
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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