Hacker News new | ask | show | jobs
by zokier 1339 days ago
For many processes where the lifecycle is limited, freeing memory can be waste of time; most notably freeing memory just before exiting is complete waste.
1 comments

Depending on your OS. And if you want to profile or move code around, it's better to free it asap.