Skip to main content

init

Function init 

Source
unsafe fn init() -> SEXP
Expand description

Initialize the preservation list.

Creates a circular doubly-linked list: (head -> sentinel -> head) and preserves it with R_PreserveObject so it’s never GC’d.

§Safety

Must be called from the R main thread.