Re: Why does the memory increase?
Re: Why does the memory increase?
- Subject: Re: Why does the memory increase?
- From: Brian Webster <email@hidden>
- Date: Thu, 6 Jun 2002 11:57:49 -0500
On Thursday, June 6, 2002, at 11:45 AM, cocoa-dev-
email@hidden wrote:
Before launching this task the memory was 5MB, and at the end
of this task
the memory remains at 9MB. Since I remove all the objects from
the instance
gItemsToCopyArray, it should come back to the initial value...
Please, may someone explain/fix this?
Are you using top or Process Viewer to get this memory info?
Which column are you reading, the virtual memory or resident
memory? The virtual memory size will not necessarily decrease
when you deallocate stuff, but the resident memory size should.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.