Package | Description |
---|---|
org.apache.cassandra.utils.memory |
Modifier and Type | Class and Description |
---|---|
static class |
HeapPool.Allocator |
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.
|
Copyright © 2009-2022 The Apache Software Foundation