Re: Checking for memory leaks with Instruments
Re: Checking for memory leaks with Instruments
- Subject: Re: Checking for memory leaks with Instruments
- From: "I. Savant" <email@hidden>
- Date: Fri, 29 Aug 2008 14:11:25 -0400
On Fri, Aug 29, 2008 at 2:08 PM, I. Savant <email@hidden> wrote:
> Without more (a LOT more) information about your application, it's
> hard (if not impossible) to tell you where your problem is.
Sorry, I hit send before adding this: Try the "Object Allocations"
instrument (read the documentation regarding how to use it) and see
what's getting created. I bet you'll find a lot of one type of object
being created by your own application. Any code responsible for doing
that is your most likely starting point.
--
I.S.
_______________________________________________
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