Mallocator.instance

Static allocator instance and initializer.

class Mallocator
static @property @nogc nothrow pure @system
shared(Mallocator)
instance
()

Return Value

Type: shared(Mallocator)

The global $(D_PSYMBOL Allocator) instance.

Examples

assert(instance is instance);

Meta