Hacker News new | ask | show | jobs
by ErikCorry 191 days ago
I'm actually pretty surprised if the JVM uses malloc to allocate the heap. V8 uses mmap, never malloc.