Hacker News new | ask | show | jobs
by monocasa 2485 days ago
If you go into the kernel, it's implemented in terms of mmap/munmap.
2 comments

If you go into the kernel, all this is implemneted with page tables and MMUs.
You said there was no sbrk syscall, and there is.