Re: Leaks question
Re: Leaks question
- Subject: Re: Leaks question
- From: Rick Altherr <email@hidden>
- Date: Tue, 11 Dec 2007 08:53:04 -0800
On Dec 11, 2007, at 7:14 AM, Sean McBride wrote:
On 12/10/07 8:59 AM, Rick Altherr said:
Or you can use Shark's Malloc Trace config to get a profile of leaked
objects. It has a few more limitations in that it can only see leaks
that happened during the session recorded, but the output shows which
line of source cause the allocation of the leak.
Does this work even with Garbage Collected applications? (Malloc
Debug
does not.)
Thanks,
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
Calls to malloc() and friends will still be seen. I believe the
garbage collector allocates memory via a special allocator, however,
which would not be seen.
--
Rick Altherr
Architecture and Performance Group
email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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