Skip to main content

GC_add_roots

Function GC_add_roots 

Source
pub unsafe extern "C" fn GC_add_roots(
    arg1: *mut c_void,
    arg2: *mut c_void,
)
Expand description

Add a root segment. Wizards only. May merge adjacent or overlapping segments if appropriate. Both segment start (low_address) and end (high_address_plus_1) are not needed to be pointer-aligned. low_address must not be greater than high_address_plus_1.