Skip to main content

R_gc_running_unchecked

Function R_gc_running_unchecked 

Source
pub 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 1654, column 12. Generated from source file miniextendr-api/src/sys.rs.