Skip to main content

GC_is_disabled

Function GC_is_disabled 

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

Return 1 (true) if the garbage collection is disabled (i.e., the value of GC_dont_gc is nonzero), 0 otherwise. Does not acquire the allocator lock.