Skip to main content

GC_expand_hp

Function GC_expand_hp 

Source
pub unsafe extern "C" fn GC_expand_hp(arg1: usize) -> c_int
Expand description

Increase the heap size explicitly. The performed increase is at least number_of_bytes. Does the collector initialization as well (if not yet). Returns 0 on failure, 1 on success.