Re: Memory Leak
Re: Memory Leak
- Subject: Re: Memory Leak
- From: Scott Ribe <email@hidden>
- Date: Mon, 26 May 2008 09:59:42 -0500
- Thread-topic: Memory Leak
> ...but if execution reaches the end of main() and memory is
> still hanging around, there is no doubt that it is a leak.
Not necessarily, could be cached data that is deliberately not released. (A
long time ago I had to deal with an app where deleting all allocated memory
could take up to 10-15 seconds at app quit!)
If Apple were to address this problem, I'd much rather see them go a step
further an API with a couple of calls: StartTrackingLeaksNow and
PrintLeaksNow, or some such.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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