Hacker News new | ask | show | jobs
by nothrabannosir 2447 days ago
Malloc is a user space lib, not a syscall. The OS only deals in pages, on Linux accessed using brk and mmap.