Re: Leaks question
Re: Leaks question
- Subject: Re: Leaks question
- From: j o a r <email@hidden>
- Date: Mon, 10 Dec 2007 09:35:43 -0800
On Dec 10, 2007, at 9:03 AM, Lorenzo Thurman wrote:
Thanks, I think this is what I'm looking for. Leaks points to the
function, ObjectAlloc shows the various leaked objects, but I'm
still playing 20 questions figuring out which line or object is
causing the leak.
The backtrace to the allocation event is one data point for sure, and
a good place to start, but the allocation is in many cases not the
memory management event that causes the leak.
Like I hinted at earlier: You can configure ObjectAlloc / the Object
Allocations instrument to record all memory management events (alloc,
retain, release, et.c.). This typically takes all remaining guesswork
out of the equation.
j o a r
_______________________________________________
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