Skip to main content

R_realloc_gc_unchecked

Function R_realloc_gc_unchecked 

Source
unsafe extern "C-unwind" fn R_realloc_gc_unchecked(
    ptr: *mut c_void,
    size: usize,
) -> *mut c_void
Expand description

GC-aware realloc.

Triggers GC if allocation fails, then retries. Memory must be freed with free(). Unchecked FFI binding for R_realloc_gc. Generated from source location line 3380, column 8. Generated from source file miniextendr-api/src/ffi.rs.