Interface Allocator

Allocator interface.

interface 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.