Module mmtk::plan::generational::global

source ·

Structs§

  • Common implementation for generational plans. Each generational plan should include this type, and forward calls to it where possible.

Traits§

Functions§

  • Is current GC only collecting objects allocated since last GC? This method can be called with any plan (generational or not). For non generational plans, it will always return false.