Function MmapPool.instance

Static allocator instance and initializer.

static MmapPool instance() nothrow @property @nogc @trusted;

Returns

Global MmapPool instance.

Example

assert(instance is instance);