in reply to Re^3: Memory reusability
in thread Memory reusability

Whether free(3) returns memory depends on the OS. And whether perl calls free(3) depends on whether you build perl with its own malloc implementation, or whether it's using the system one. Which one is used depends on the setting of the usemymalloc configuration flag, and, in the absence of the flag, whatever hint is set for your OS in the hints directory.