Are memory leaks really something to worry about?

Posted by chuck final on Super User See other posts from Super User or by chuck final
Published on 2013-11-01T21:16:15Z Indexed on 2013/11/01 21:58 UTC
Read the original article Hit count: 288

I came across this post today, arguably debatable/wrong somewhat, but worth a shot looking over:

http://andyharglesiscodebase.wordpress.com/2013/11/01/why-programmers-shouldnt-worry-about-memory-leaks/

The poster claims that modern OSes automatically have garbage collection implemented in the kernel memory, and that any unfreed user heap memory is managed during "post partum cleanup".

It seems like rubbish, but I can't be 100% sure since I am not that knowledgeable on the kernel's memory management setup, etc.

© Super User or respective owner

Related posts about memory

Related posts about operating-systems