OS161 sbrk System Call
If you're not familiar with sbrk
system call, here is it's wiki,
and its interface description. In a nutshell,
malloc
will use sbrk
to get heap space.
If you're not familiar with sbrk
system call, here is it's wiki,
and its interface description. In a nutshell,
malloc
will use sbrk
to get heap space.