Package | Description |
---|---|
_templates.javolution.context |
Modifier and Type | Method and Description |
---|---|
Allocator |
ObjectFactory.currentAllocator()
Returns the factory allocator for the current thread (equivalent
to
AllocatorContext.current().getAllocator(this) ). |
protected Allocator |
HeapContext.getAllocator(ObjectFactory factory) |
protected abstract Allocator |
AllocatorContext.getAllocator(ObjectFactory factory)
Returns the allocator for the specified factory in this context.
|
protected Allocator |
ImmortalContext.getAllocator(ObjectFactory factory) |
protected Allocator |
PoolContext.getAllocator(ObjectFactory factory) |
Copyright © 2005–2013 Javolution. All rights reserved.