Re: Instruments question.
Re: Instruments question.
- Subject: Re: Instruments question.
- From: Fritz Anderson <email@hidden>
- Date: Sat, 24 Mar 2012 07:18:59 -0500
On 24 Mar 2012, at 12:13 AM, Scott Andrew wrote:
> I am trying to instruments against and ARC project. Insturments reports no leaks. I can watch objects come and go in "Ojbect Summary" tab. However i am seeing a lot of little allocations in "All Objects" of small malloc bytes. That were allocated by my object. I have been through the code and can see all my clean up code being called. I have also put break points in my deallocs and can see them being called. Can assume all is OK? Are the extra bytes ARC caches? I am not using NIBs all is created by hand.
Heapshotting will tell you.
<http://www.friday.com/bbum/2010/10/17/when-is-a-leak-not-a-leak-using-heapshot-analysis-to-find-undesirable-memory-growth/>
— F
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden