http://www.perlmonks.org?node_id=267220


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