Skip to main content

S_realloc_unchecked

Function S_realloc_unchecked 

Source
unsafe extern "C-unwind" fn S_realloc_unchecked(
    ptr: *mut c_char,
    newsize: c_long,
    oldsize: c_long,
    eltsize: c_int,
) -> *mut c_char
Expand description

S compatibility: reallocate memory on R’s memory stack.

§Safety

ptr must have been allocated by S_alloc. Unchecked FFI binding for S_realloc. Generated from source location line 3357, column 8. Generated from source file miniextendr-api/src/ffi.rs.