[][src]Function hermit::sys_realloc

#[no_mangle]pub extern "C" fn sys_realloc(
    ptr: *mut u8,
    size: usize,
    align: usize,
    new_size: usize
) -> *mut u8

Interface to increase the size of a memory region