Re: Memory Usage Problem
Re: Memory Usage Problem
- Subject: Re: Memory Usage Problem
- From: Scott Ribe <email@hidden>
- Date: Tue, 04 Apr 2006 16:33:04 -0600
- Thread-topic: Memory Usage Problem
> ..I have verified that the results are indeed being released via
> ObjectAlloc), the memory never goes down.
Then you've done what you need to.
> I can execute the same large query over and over without any increase in
> memory, so I don't think it's leaking, but it never goes down even when
> executing smaller queries.
Because you properly freed memory, so it's unused and gets reused by future
queries. The fact that it's now mapped into your app's virtual memory space
is absolutely nothing to worry about.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden