[][src]Function weld::runtime::ffi::weld_runst_realloc

#[no_mangle]
pub unsafe extern "C" fn weld_runst_realloc(
    run: WeldRuntimeContextRef,
    ptr: Ptr,
    newsize: i64
) -> Ptr

Reallocate memory within the provided context.

This function has semantics equal to the realloc function.