Skip to main content

GC_should_invoke_finalizers

Function GC_should_invoke_finalizers 

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

Returns a nonzero value (true) if GC_invoke_finalizers() has something to do. (Useful if finalizers can only be called from some kind of “safe state” and getting into that safe state is expensive.) Does not use any synchronization.