defaultAllocator

Sets the default allocator.

  1. shared(Allocator) defaultAllocator [@property getter]
  2. void defaultAllocator [@property getter]
    @property @nogc nothrow @safe
    void
    defaultAllocator

Parameters

allocator shared(Allocator)

$(D_PSYMBOL Allocator) instance.

Precondition: allocator !is null.

Meta