Module global

Module global 

Source

Structs§

ConcurrentImmix
A concurrent Immix plan. The plan supports concurrent collection (strictly non-moving) and STW full heap collection (which may do defrag). The concurrent GC consists of two STW pauses (initial mark and final mark) with concurrent marking in between.

Constants§

CONCURRENT_IMMIX_CONSTRAINTS
The plan constraints for the concurrent immix plan.