Function alloc_chibios::__rust_reallocate [] [src]

#[no_mangle]
pub extern "C" fn __rust_reallocate(
    _ptr: *mut u8,
    _old_size: usize,
    _size: usize,
    _align: usize
) -> *mut u8