This module contains the interface for implementing custom allocators.
Lifetime management functions, types and related exceptions.
Allocator based on $(D_PSYMBOL malloc), $(D_PSYMBOL realloc) and $(D_PSYMBOL free).
Set of operations on memory blocks.
Smart pointers.
Eugene Wissner 2016-2020.
Dynamic memory management.