Class and Description |
---|
Pool
Represents an amount of memory used for a given purpose, that can be allocated to specific tasks through
child AbstractAllocator objects.
|
Class and Description |
---|
AbstractAllocator |
Class and Description |
---|
AbstractAllocator |
Class and Description |
---|
AbstractAllocator |
PoolAllocator |
Class and Description |
---|
AbstractAllocator |
Class and Description |
---|
AbstractAllocator |
Class and Description |
---|
AbstractAllocator |
ContextAllocator
Wraps calls to a PoolAllocator with the provided writeOp.
|
HeapAllocator |
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.
|
Pool
Represents an amount of memory used for a given purpose, that can be allocated to specific tasks through
child AbstractAllocator objects.
|
PoolAllocator |
Copyright © 2014 The Apache Software Foundation