Re: Releasing memory
Re: Releasing memory
- Subject: Re: Releasing memory
- From: Yann Bizeul <email@hidden>
- Date: Thu, 17 Jun 2004 10:23:17 +0200
You can use debug tools like ObjectAlloc, or "leaks" in terminal to see
how your objects are releases.
Personaly, I always ask myself questions about when objects are
released, if someone tell me that *everything* in the autorelease pool
in released at the end of the run loop, then I must have problems
somewhere :-)
Le 17 juin 04, ` 09:50, Michael Curtis a icrit :
>
Hi,
>
>
I am new to cocoa and am having trouble getting my head around when
>
to release objects. Is their anyway in x-code/debugger to see the
>
retain count of an object and at the end of a program being run to
>
check everything is released?
>
>
Thanks for any help.
>
>
Best wishes
>
>
Michael
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
>
>
>
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.