Re: Leaks question
Re: Leaks question
- Subject: Re: Leaks question
- From: Lorenzo Thurman <email@hidden>
- Date: Mon, 10 Dec 2007 11:41:21 -0600
j o a r wrote:
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
Thanks, I'll look there again also.
_______________________________________________
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