Skip to main content

GC_use_entire_heap

Static GC_use_entire_heap 

Source
pub unsafe static mut GC_use_entire_heap: c_int
Expand description

Causes the non-incremental collector to use the entire heap before collecting. This sometimes results in more large-block fragmentation, since very large blocks will tend to get broken up during each collection cycle. It is likely to result in a larger working set, but lower collection frequencies, and hence fewer instructions executed in the collector.