Mallocator.instance

Static allocator instance and initializer.

class Mallocator
static @property @nogc nothrow
instance
()

Return Value

The global $(D_PSYMBOL Allocator) instance.

Examples

assert(instance is instance);

Meta