unsafe fn S_alloc(nelem: c_long, eltsize: c_int) -> *mut c_charExpand description
S compatibility: allocate zeroed memory on R’s memory stack.
§Parameters
nelem: Number of elementseltsize: Size of each element Checked wrapper forS_alloc. CallsS_alloc_uncheckedand routes throughwith_r_thread. Generated from source location line 3347, column 8. Generated from source fileminiextendr-api/src/ffi.rs.