Skip to main content

R_allocLD

Function R_allocLD 

Source
unsafe fn R_allocLD(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 Checked wrapper for R_allocLD. Calls R_allocLD_unchecked and routes through with_r_thread. Generated from source location line 3339, column 8. Generated from source file miniextendr-api/src/ffi.rs.