Hacker News new | ask | show | jobs
by trasz 2485 days ago
Depends on system. In FreeBSD brk() syscall doesn’t even exist on newer platforms, such as RISC-V or aarch64.
1 comments

In OpenBSD, brk/sbrk still exist but they removed its use from malloc something like 15 years ago.