Function Region.initialize

Initialises this region to manage the buffer at store.

void initialize(
  ubyte[] store
) nothrow @nogc;

Parameters

NameDescription
store contiguous memory block to allocate from