Package | Description |
---|---|
org.apache.cassandra.utils.memory |
Modifier and Type | Class and Description |
---|---|
class |
SlabAllocator
+ * The SlabAllocator is a bump-the-pointer allocator that allocates
+ * large (1MB) global regions and then doles them out to threads that
+ * request smaller sized (up to 128kb) slices into the array.
|
Constructor and Description |
---|
ContextAllocator(OpOrder.Group opGroup,
MemtableBufferAllocator allocator) |
Copyright © 2018 The Apache Software Foundation