Class GCallocator

Allocator based on D's built-in garbage collector

class GCallocator
  : Allocator ;

Properties

NameTypeDescription
alignment[get] immutable(uint)

Methods

NameDescription
allocate (size) Allocates size bytes of memory.
deallocate (p) Deallocates a memory block.
reallocate (p, size) Increases or decreases the size of a memory block.