KRRegion.this

this(ubyte[] b)

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

Parameters

bBlock of memory to serve as support for the allocator. Memory must be larger than two words and word-aligned.
nCapacity desired. This constructor is defined only if ParentAllocator is not NullAllocator.