Uses of Class
org.mmtk.policy.SegregatedFreeListSpace

Packages that use SegregatedFreeListSpace
org.mmtk.policy   
org.mmtk.utility.alloc   
 

Uses of SegregatedFreeListSpace in org.mmtk.policy
 

Subclasses of SegregatedFreeListSpace in org.mmtk.policy
 class ExplicitFreeListSpace
          Each instance of this class corresponds to one *space*.
 class MarkSweepSpace
          Each instance of this class corresponds to one mark-sweep *space*.
 

Uses of SegregatedFreeListSpace in org.mmtk.utility.alloc
 

Classes in org.mmtk.utility.alloc with type parameters of type SegregatedFreeListSpace
 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.
 

Fields in org.mmtk.utility.alloc declared as SegregatedFreeListSpace
protected  S SegregatedFreeList.space
          The space