Skip to main content

R_gc_running_unchecked

Function R_gc_running_unchecked 

Source
unsafe extern "C-unwind" fn R_gc_running_unchecked() -> c_int
Expand description

Check if the garbage collector is currently running.

Returns non-zero if GC is in progress. Unchecked FFI binding for R_gc_running. Generated from source location line 3317, column 8. Generated from source file miniextendr-api/src/ffi.rs.