Re: question re: mem leak analysis and RSIZE
Re: question re: mem leak analysis and RSIZE
- Subject: Re: question re: mem leak analysis and RSIZE
- From: Ken Thomases <email@hidden>
- Date: Fri, 28 Nov 2008 14:02:12 -0600
On Nov 28, 2008, at 11:10 AM, John Clayton wrote:
it turns out, that I wasn't even bothering to free one of my texture
generators (built on quicktime, takes up a ton of ram). freeing
that object in turn made the program memory footprint much more
stable - pretty obvious.
BUT: why would Instruments not pick this up?
Hard to know for certain. Allocations using mmap or vm_allocate
aren't tracked by Object Alloc. It only tracks allocations made
through the malloc library or Core Foundation, I believe.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden