Allocators and memory management functions
Abstract allocator interface
Allocator based on D's built-in garbage collector
Allocator based on malloc/realloc/free
Fast block-based allocator
Get default allocator (Mallocator)
See Source File
Boost License 1.0.
Eugene Wissner 2016-2021.
Eugene Wissner
Allocators and memory management functions