Uses of Class
org.mmtk.utility.alloc.SegregatedFreeList

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

Uses of SegregatedFreeList in org.mmtk.policy
 

Subclasses of SegregatedFreeList in org.mmtk.policy
 class ExplicitFreeListLocal
          This class implements unsynchronized (local) elements of an explicitly managed collector.
 class MarkSweepLocal
          This class implements unsynchronized (local) elements of a mark-sweep collector.
 

Uses of SegregatedFreeList in org.mmtk.utility.alloc
 

Subclasses of SegregatedFreeList in org.mmtk.utility.alloc
 class SegregatedFreeListLocal<S extends SegregatedFreeListSpace>
          This abstract class implements a simple segregated free list.