Uses of Class
org.mmtk.policy.BaseLargeObjectSpace

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

Uses of BaseLargeObjectSpace in org.mmtk.policy
 

Subclasses of BaseLargeObjectSpace in org.mmtk.policy
 class ExplicitLargeObjectSpace
          Each instance of this class corresponds to one explicitly managed large object space.
 class LargeObjectSpace
          Each instance of this class corresponds to one explicitly managed large object space.
 

Constructors in org.mmtk.policy with parameters of type BaseLargeObjectSpace
LargeObjectLocal(BaseLargeObjectSpace space)
          Constructor
 

Uses of BaseLargeObjectSpace in org.mmtk.utility.alloc
 

Fields in org.mmtk.utility.alloc declared as BaseLargeObjectSpace
protected  BaseLargeObjectSpace LargeObjectAllocator.space
           
 

Methods in org.mmtk.utility.alloc that return BaseLargeObjectSpace
protected  BaseLargeObjectSpace LargeObjectAllocator.getSpace()
           
 

Constructors in org.mmtk.utility.alloc with parameters of type BaseLargeObjectSpace
LargeObjectAllocator(BaseLargeObjectSpace space)
          Constructor