Skip to main content

GC_set_force_unmap_on_gcollect

Function GC_set_force_unmap_on_gcollect 

Source
pub unsafe extern "C" fn GC_set_force_unmap_on_gcollect(arg1: c_int)
Expand description

The setter and the getter for switching “unmap as much as possible” mode on(1) and off(0). Has no effect unless unmapping is turned on. Initial value is controlled by GC_FORCE_UNMAP_ON_GCOLLECT macro. The setter and the getter are unsynchronized.