Skip to main content

sbrk

Function sbrk 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sbrk(incr: intptr_t) -> *mut c_void
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/7908799/xsh/brk.html.

ยงDeprecation

The sbrk() function was marked legacy in the System Interface & Headers Issue 5, and removed in Issue 6.