Uses of Class
org.mmtk.utility.heap.FreeListPageResource

Packages that use FreeListPageResource
org.mmtk.policy.immix   
org.mmtk.utility.heap   
 

Uses of FreeListPageResource in org.mmtk.policy.immix
 

Fields in org.mmtk.policy.immix declared as FreeListPageResource
private  FreeListPageResource Defrag.pr
           
 

Constructors in org.mmtk.policy.immix with parameters of type FreeListPageResource
Defrag(FreeListPageResource pr)
           
 

Uses of FreeListPageResource in org.mmtk.utility.heap
 

Fields in org.mmtk.utility.heap declared as FreeListPageResource
private static FreeListPageResource[] Map.sharedFLMap
           
 

Methods in org.mmtk.utility.heap with parameters of type FreeListPageResource
static int Map.getDiscontigFreeListPROrdinal(FreeListPageResource pr)
          Return the ordinal number for some free list space wishing to share a discontiguous region.