pub unsafe static mut GC_use_entire_heap: c_intExpand 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.