pub fn brk(new_brk: usize) -> Result<usize>
Adjust the program break (heap boundary).
new_brk == 0 queries the current break without changing it. Returns the new (or current) program break on success.
new_brk == 0