- allocArray
T[] allocArray(Allocator allocator, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocObject
auto allocObject(Allocator allocator, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultAllocator
Allocator defaultAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- freeArray
void freeArray(Allocator allocator, T[] array, bool call_destructors)
Undocumented in source. Be warned that the author may not have intended to support it.
- manualAllocator
Allocator manualAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.
Utility functions for memory management
Note that this module currently is a big sand box for testing allocation related stuff. Nothing here, including the interfaces, is final but rather a lot of experimentation.