Module mmtk::util::heap::layout

source ·

Re-exports§

Modules§

Functions§

  • The avialable heap range between AVAILABLE_START and AVAILABLE_END. Available range is what MMTk may allocate into.
  • The heap range between HEAP_START and HEAP_END Heap range include the availble range, but may include some address ranges that we count as part of the heap but we do not allocate into, such as VM spaces. However, currently, heap range is the same as available range.