|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Allocator | |
---|---|
javolution.context | Provides real-time Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
Uses of Allocator in javolution.context |
---|
Methods in javolution.context that return Allocator | |
---|---|
Allocator<T> |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |