Skip to main content

S_alloc_unchecked

Function S_alloc_unchecked 

Source
unsafe extern "C-unwind" fn S_alloc_unchecked(
    nelem: c_long,
    eltsize: c_int,
) -> *mut c_char
Expand description

S compatibility: allocate zeroed memory on R’s memory stack.

§Parameters

  • nelem: Number of elements
  • eltsize: Size of each element Unchecked FFI binding for S_alloc. Generated from source location line 3347, column 8. Generated from source file miniextendr-api/src/ffi.rs.