Function alloc_hoard::__rust_reallocate [] [src]

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