Class | Description |
---|---|
AbstractAllocator | |
ContextAllocator |
Wraps calls to a PoolAllocator with the provided writeOp.
|
HeapAllocator | |
HeapPool | |
HeapPoolAllocator | |
HeapSlabAllocator |
The SlabAllocator is a bump-the-pointer allocator that allocates
large (2MB by default) regions and then doles them out to threads that request
slices into the array.
|
HeapSlabPool | |
Pool |
Represents an amount of memory used for a given purpose, that can be allocated to specific tasks through
child AbstractAllocator objects.
|
PoolAllocator<P extends Pool> |
Copyright © 2014 The Apache Software Foundation