KRRegion.this
this
(ubyte[] b)Create a KRRegion. If ParentAllocator is not NullAllocator, KRRegion's destructor will call parent.deallocate.
Parameters
b | Block of memory to serve as support for the allocator. Memory must be larger than two words and word-aligned. |
n | Capacity desired. This constructor is defined only if ParentAllocator is not NullAllocator. |