| 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 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) |
protected Allocator |
HeapContext.getAllocator(ObjectFactory factory) |
Copyright © 2005–2021 Javolution. All rights reserved.