Hacker News new | ask | show | jobs
by unusual-name 665 days ago
It depends on the implementation. For example, jemalloc can use sbrk(), sbrk() and mmap() or just mmap(), depending on what your os supports.