defaultAllocator

  1. shared(Allocator) defaultAllocator [@property getter]
    @property @nogc nothrow pure @trusted
    shared(Allocator)
    defaultAllocator
    ()
    out (allocator) { assert (allocator !is null); }
  2. void defaultAllocator [@property getter]

Return Value

Type: shared(Allocator)

Default allocator.

Postcondition: allocator !is null.

Meta