Function ralloc_shim::syscalls::brk [] [src]

pub unsafe fn brk(ptr: *const u8) -> *const u8

Change the data segment. See man brk.

On success, the new program break is returned. On failure, the old program break is returned.

Note

This is the brk syscall, not the library function.