There's more than one way to do things | |
PerlMonks |
Re: Re: Re: Clearing an Array of Array's from memoryby Elian (Parson) |
on Aug 29, 2003 at 17:20 UTC ( [id://287765]=note: print w/replies, xml ) | Need Help?? |
This is incorrect. Whether the freed space is returned to the operating system is OS, OS version, C library, and allocation size dependent. Memory is released back to the OS in many places, including Linux and Win32 (which are two of the more common OSes perl's used on)
In Section
Seekers of Perl Wisdom
|
|