[][src]Function jl_sys::jl_gc_managed_realloc

pub unsafe extern "C" fn jl_gc_managed_realloc(
    d: *mut c_void,
    sz: usize,
    oldsz: usize,
    isaligned: c_int,
    owner: *mut jl_value_t
) -> *mut c_void