Class NativeAllocator


  • public class NativeAllocator
    extends MemtableAllocator
    This NativeAllocator uses global slab allocation strategy with slab size that scales exponentially from 8kb to 1Mb to serve allocation of up to 128kb.

    The slab allocation reduces heap fragmentation from small long-lived objects.