Package | Description |
---|---|
org.mmtk.policy | |
org.mmtk.utility.alloc |
Modifier and Type | Class and Description |
---|---|
class |
ExplicitFreeListSpace
Each instance of this class corresponds to one *space*.
|
class |
MarkSweepSpace
Each instance of this class corresponds to one mark-sweep *space*.
|
Modifier and Type | Class and Description |
---|---|
class |
SegregatedFreeList<S extends SegregatedFreeListSpace>
This abstract class implements the fast past for a segregated free list.
|
class |
SegregatedFreeListLocal<S extends SegregatedFreeListSpace>
This abstract class implements a simple segregated free list.
|
Modifier and Type | Field and Description |
---|---|
protected S |
SegregatedFreeList.space
The space
|