Relative Content

Tag Archive for clinuxunix

Where Is The Program Break Of A Process Located?

I have recently started reading some documentation on brk() and sbrk(), and I understand that the entire point of these system calls is to modify the program break, which points to the top of the heap segment for a process.