Skip to main content

GC_invoke_finalizers

Function GC_invoke_finalizers 

Source
pub unsafe extern "C" fn GC_invoke_finalizers() -> c_int
Expand description

Run finalizers for all objects that are ready to be finalized. Return the number of finalizers that were run. Normally this is also called implicitly during some allocations. If GC_finalize_on_demand is nonzero, it must be called explicitly.