Re: unreleased retained objects
Re: unreleased retained objects
- Subject: Re: unreleased retained objects
- From: Michael McCracken <email@hidden>
- Date: Tue, 19 Jul 2005 10:04:15 -0700
He's probably looking for leaks. If you only care about this when the
app exits, then I'm not sure why, because as Charilaos mentions, once
the app exits, the memory is all recycled.
Look for ObjectAlloc in the Developer tools
(/Developer/Applications/Performance Tools/) to track object
lifetimes.
You might also be interested in the omni group's OmniObjectMeter.
-mike
On 7/19/05, Charilaos Skiadas <email@hidden> wrote:
>
> On Jul 19, 2005, at 11:36 AM, Roland Silver wrote:
>
> > Is there some way for me to determine, before my app exits, whether
> > there are any objects that have been retained, but not released or
> > autoreleased?
>
> Why do you need to know? Once your app exits, all the memory it was
> occupying will be returned to the system. Unless you want to do some
> cleanup of your own, in which case you probably know what you want to
> clean up, and have made arrangements on how to access it.
>
> Can you be more specific what you are trying to achieve?
>
> Haris
>
>
> _______________________________________________
> 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
>
--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/blog/
_______________________________________________
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