KRRegion.this

Create a KRRegion. If ParentAllocator is not NullAllocator, KRRegion's destructor will call parent.deallocate.

  1. this(ubyte[] b)
    struct KRRegion(ParentAllocator = NullAllocator)
    this
    (
    ubyte[] b
    )
  2. this(size_t n)
  3. ~this()

Parameters

b ubyte[]

Block of memory to serve as support for the allocator. Memory must be larger than two words and word-aligned.

Meta