• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: unreleased retained objects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >unreleased retained objects (From: Roland Silver <email@hidden>)
 >Re: unreleased retained objects (From: Charilaos Skiadas <email@hidden>)

  • Prev by Date: Re: unreleased retained objects
  • Next by Date: separating file name and path
  • Previous by thread: Re: unreleased retained objects
  • Next by thread: Re: unreleased retained objects
  • Index(es):
    • Date
    • Thread