Skip to main content

vmaxset

Function vmaxset 

Source
unsafe fn vmaxset(ovmax: *const c_void)
Expand description

Set the R memory stack watermark, freeing memory allocated since the mark.

ยงSafety

ovmax must be a value returned by vmaxget() called earlier in the same R evaluation context. Checked wrapper for vmaxset. Calls vmaxset_unchecked and routes through with_r_thread. Generated from source location line 3307, column 8. Generated from source file miniextendr-api/src/ffi.rs.