in reply to Re^3: demonstrate that perl can give back memory to the OS
in thread demonstrate that perl can give back memory to the OS
mmap is generally only used for shared libraries
AFAIK, modern malloc(2) implementations actively use mmap to allocate memory, so it's not correct
|
|---|