Package | Description |
---|---|
org.apache.cassandra.utils.memory |
Modifier and Type | Class and Description |
---|---|
class |
HeapPool.Allocator |
class |
SlabAllocator
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.
|
Constructor and Description |
---|
ContextAllocator(OpOrder.Group opGroup,
MemtableBufferAllocator allocator) |
Copyright © 2014 The Apache Software Foundation