mmtk::util::heap::layout

Module two_level_mmapper

source
Expand description

This module contains TwoLevelMmapper, an implementation of Mmapper that is designed to work well on 64-bit machines. Currently it supports 48-bit address spaces, and many constants and data structures (such as Slab) are larger than i32::MAX. For this reason, this module is only available on 64-bit machines.

Structsยง

Constantsยง

Type Aliasesยง

  • Slab ๐Ÿ”’
    The slab type. Each slab holds the MapState of multiple chunks.