|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Allocator in org.mmtk.plan |
---|
Methods in org.mmtk.plan that return Allocator | |
---|---|
Allocator |
MutatorContext.getAllocatorFromSpace(Space space)
Return the allocator instance associated with a space space , for this plan instance. |
Uses of Allocator in org.mmtk.plan.concurrent.marksweep |
---|
Methods in org.mmtk.plan.concurrent.marksweep that return Allocator | |
---|---|
Allocator |
CMSMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.copyms |
---|
Methods in org.mmtk.plan.copyms that return Allocator | |
---|---|
Allocator |
CopyMSMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.generational |
---|
Methods in org.mmtk.plan.generational that return Allocator | |
---|---|
Allocator |
GenMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.generational.copying |
---|
Methods in org.mmtk.plan.generational.copying that return Allocator | |
---|---|
Allocator |
GenCopyMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.generational.immix |
---|
Methods in org.mmtk.plan.generational.immix that return Allocator | |
---|---|
Allocator |
GenImmixMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.generational.marksweep |
---|
Methods in org.mmtk.plan.generational.marksweep that return Allocator | |
---|---|
Allocator |
GenMSMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.immix |
---|
Methods in org.mmtk.plan.immix that return Allocator | |
---|---|
Allocator |
ImmixMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.markcompact |
---|
Methods in org.mmtk.plan.markcompact that return Allocator | |
---|---|
Allocator |
MCMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.marksweep |
---|
Methods in org.mmtk.plan.marksweep that return Allocator | |
---|---|
Allocator |
MSMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.nogc |
---|
Methods in org.mmtk.plan.nogc that return Allocator | |
---|---|
Allocator |
NoGCMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.refcount |
---|
Methods in org.mmtk.plan.refcount that return Allocator | |
---|---|
Allocator |
RCBaseMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.refcount.generational |
---|
Methods in org.mmtk.plan.refcount.generational that return Allocator | |
---|---|
Allocator |
GenRCMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.semispace |
---|
Methods in org.mmtk.plan.semispace that return Allocator | |
---|---|
Allocator |
SSMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.plan.semispace.gcspy |
---|
Methods in org.mmtk.plan.semispace.gcspy that return Allocator | |
---|---|
Allocator |
SSGCspyMutator.getAllocatorFromSpace(Space space)
|
Uses of Allocator in org.mmtk.policy |
---|
Subclasses of Allocator in org.mmtk.policy | |
---|---|
class |
CopyLocal
This class implements unsynchronized (local) elements of a copying collector. |
class |
ExplicitFreeListLocal
This class implements unsynchronized (local) elements of an explicitly managed collector. |
class |
ImmortalLocal
This class implements unsynchronized (local) elements of an immortal space. |
class |
LargeObjectLocal
Each instance of this class is intended to provide fast, unsynchronized access to a treadmill. |
class |
MarkCompactLocal
This class implements unsynchronized (local) elements of a sliding mark-compact collector. |
class |
MarkSweepLocal
This class implements unsynchronized (local) elements of a mark-sweep collector. |
Uses of Allocator in org.mmtk.policy.immix |
---|
Subclasses of Allocator in org.mmtk.policy.immix | |
---|---|
class |
MutatorLocal
|
Uses of Allocator in org.mmtk.utility.alloc |
---|
Subclasses of Allocator in org.mmtk.utility.alloc | |
---|---|
class |
BumpPointer
This class implements a bump pointer allocator that allows linearly scanning through the allocated objects. |
class |
ImmixAllocator
|
class |
LargeObjectAllocator
This abstract class implements core functionality for a generic large object allocator. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |