unsafe extern "C-unwind" fn R_calloc_gc_unchecked(
nelem: usize,
eltsize: usize,
) -> *mut c_voidExpand description
GC-aware calloc.
Triggers GC if allocation fails, then retries.
Memory must be freed with free().
Unchecked FFI binding for R_calloc_gc.
Generated from source location line 3374, column 8.
Generated from source file miniextendr-api/src/ffi.rs.