[][src]Function hermit_abi::realloc

pub unsafe fn realloc(
    ptr: *mut u8,
    size: usize,
    align: usize,
    new_size: usize
) -> *mut u8