Tagged Questions
4
votes
5answers
4k views
How are sbrk/brk implemented in Linux?
I was thinking about how the Linux kernel implements system calls and I was wondering if someone could give me a high level view of how sbrk/brk work?
I've reviewed the kernel code, but there is just ...
1
vote
1answer
196 views
What do brk and sbrk stand for?
While I know what the Unix system call brk and function sbrk do, I have no idea what they stand for. Can anyone enlighten me?