Module mmtk::util::heap::layout::heap_parameters[][src]

Constants

LOG_MAX_SPACES

log_2 of the maximum number of spaces a Plan can support.

LOG_SPACE_SIZE_64

In a 64-bit addressing model, each space is the same size, given by this constant. At the moment, we require that the number of pages in a space fit into a 32-bit signed int, so the maximum size of this constant is 41 (assuming 4k pages).

MAX_SPACES

Maximum number of spaces a Plan can support.