MmapPool.instance

Static allocator instance and initializer.

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

Return Value

Type: MmapPool

Global $(D_PSYMBOL MmapPool) instance.

Examples

assert(instance is instance);

Meta