Hacker News new | ask | show | jobs
by chasil 2162 days ago
OpenBSD also changed it's malloc implementation from sbrk to mmap, the net effect being that free returned memory to the OS far more often. It broke a lot of interesting stuff.