Skip to main content

GC_enable

Function GC_enable 

Source
pub unsafe extern "C" fn GC_enable()
Expand description

Try to re-enable garbage collection. GC_disable() and GC_enable() calls could be nested. Garbage collection is enabled if the number of calls to both functions is equal.