Skip to main content

PRESERVE_LIST

Constant PRESERVE_LIST 

Source
const PRESERVE_LIST: LocalKey<OnceCell<SEXP>>;
Expand description

The per-thread preservation list.

Initialized on first use with a circular doubly-linked list that is preserved from R’s GC via R_PreserveObject.