Function Mallocator.instance

Static allocator instance and initializer.

static Mallocator instance() nothrow @property @nogc;

Returns

The global Allocator instance.

Example

assert(instance is instance);