in reply to Re: Garbage Collection and undef
in thread Garbage Collection and undef
Whether the memory is returned to OS or not depends simply on the malloc/realloc/free functions perl was built with. It is possible to get perl to release memory to the OS (with some effort) by building a custom perl with custom malloc et al. as discussed in more detail in Re: Not able to release memory (malloc implementation).
|
---|