Function Region.initialize
Initialises this region to manage the buffer at store.
void initialize(
ubyte[] store
) nothrow @nogc;
Parameters
| Name | Description |
|---|---|
| store | contiguous memory block to allocate from |