in reply to Freeing memory used by arrays
Yet Another Explanation: Your script HAS 'freed' the memory and will make use of the 'freed' memory if it can. But your process is going to keep the memory allocated for it's own purposes unless the OS requests that it free up some.
This is common behavior with interpreted and byte-code-based languages.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Freeing memory used by arrays
by Anonymous Monk on Dec 04, 2003 at 22:05 UTC | |
by injunjoel (Priest) on Dec 05, 2003 at 00:25 UTC | |
by Anonymous Monk on Dec 05, 2003 at 09:00 UTC | |
by injunjoel (Priest) on Dec 05, 2003 at 23:49 UTC |