unsafe fn R_malloc_gc(size: usize) -> *mut c_voidExpand description
GC-aware malloc.
Triggers GC if allocation fails, then retries.
Memory must be freed with free().
Checked wrapper for R_malloc_gc. Calls R_malloc_gc_unchecked and routes through with_r_thread.
Generated from source location line 3368, column 8.
Generated from source file miniextendr-api/src/ffi.rs.