Uses of Class
org.apache.cassandra.utils.memory.MemtableBufferAllocator
Packages that use MemtableBufferAllocator
-
Uses of MemtableBufferAllocator in org.apache.cassandra.utils.memory
Subclasses of MemtableBufferAllocator in org.apache.cassandra.utils.memoryModifier and TypeClassDescriptionstatic classclass+ * The SlabAllocator is a bump-the-pointer allocator that allocates + * large (1MiB) global regions and then doles them out to threads that + * request smaller sized (up to 128KiB) slices into the array.