in reply to
Re: Re: make perl release memory
in thread
make perl release memory
Using
free(ptr)
will just make available the memory pointed to by
ptr
in the process' memory pool, not to the OS at large. This memory freeing behaviour isn't Win32 specific, but applies to
most
modern OSes.
HTH
_________
broquaint
Comment on
Re: Re: Re: make perl release memory
In Section
Seekers of Perl Wisdom