mmtk::util::heap

Module regionpageresource

source

Structsยง

  • A region in a RegionPageResource and its allocation cursor.
  • A PageResource which allocates pages from a region-structured heap. We assume that allocations are much smaller than regions, as we scan linearly over all regions to allocate, and do not revisit regions before a garbage collection cycle.
  • Sync ๐Ÿ”’