mmtk 0.0.1

MMTk is a framework for the design and implementation of high-performance and portable memory managers.
Documentation

mmtk

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 17 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

semispace

  • immortalspace
  • largeobjectspace
  • copyspace

gencopy

  • immortalspace
  • largeobjectspace
  • copyspace

nogc_lock_free

  • nogc
  • lockfreeimmortalspace

nogc

  • immortalspace
  • largeobjectspace

nogc_no_zeroing

  • nogc_lock_free

vm_space

  • base_spaces

code_space

  • base_spaces

ro_space

  • base_spaces

force_32bit_heap_layout

    This feature flag does not enable additional features.

sanity

    This feature flag does not enable additional features.

lockfreeimmortalspace

    This feature flag does not enable additional features.

base_spaces

    This feature flag does not enable additional features.

immortalspace

    This feature flag does not enable additional features.

largeobjectspace

    This feature flag does not enable additional features.

copyspace

    This feature flag does not enable additional features.

single_worker

    This feature flag does not enable additional features.