Skip to main content

R_allocLD_unchecked

Function R_allocLD_unchecked 

Source
unsafe extern "C-unwind" fn R_allocLD_unchecked(
    nelem: usize,
) -> *mut f64
Expand description

Allocate an array of long doubles on R’s memory stack.

§Parameters

  • nelem: Number of long double elements to allocate Unchecked FFI binding for R_allocLD. Generated from source location line 3339, column 8. Generated from source file miniextendr-api/src/ffi.rs.