Skip to main content

brk

Function brk 

Source
pub fn brk(new_brk: usize) -> Result<usize>
Expand description

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.