Re: leaks in my app
Re: leaks in my app
- Subject: Re: leaks in my app
- From: David Dunham <email@hidden>
- Date: Sat, 12 Jul 2008 17:29:52 -0700
On 10 Jul 2008, at 22:17, Sandeep Chandna wrote:
Leaks/ObjectAlloc etc shows maximum of 1MB memory leak in my app
whereas
Activity monitor shows memory increase by few 10s of MBs. What
could be going
wrong here? Is it possible that Activity monitor is showing memory
increase
even when there is no memory leak? could Activity monitor's memory
increase be
just because of fragmentation?
A leak is RAM that can't be reclaimed. Not at all the same as memory
usage. And fragmentation is pretty meaningless with the virtual
memory system.
You should probably be using Instruments to look at this, probably
Object Allocations template.
David Dunham A Sharp, LLC http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus
Wirth
_______________________________________________
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