Function rs_libc::alloc::realloc

source ·
#[no_mangle]
pub unsafe extern "C" fn realloc(
    ptr: *mut c_void,
    size: usize
) -> *mut c_void