memutils.utils

Undocumented in source.

Members

Functions

allocArray
T[] allocArray(size_t n)

Allocates an array without touching the memory.

freeArray
void freeArray(T[] array, size_t max_destroy, size_t offset)
Undocumented in source. Be warned that the author may not have intended to support it.
reallocArray
T[] reallocArray(T[] array, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
translateAllocator
string translateAllocator()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

ConvenienceAllocators
mixintemplate ConvenienceAllocators(alias ALLOC, alias THIS)
Undocumented in source.

Structs

AppMem
struct AppMem
Undocumented in source.
Malloc
struct Malloc
Undocumented in source.
SecureMem
struct SecureMem
Undocumented in source.
ThreadMem
struct ThreadMem
Undocumented in source.

Templates

ObjectAllocator
template ObjectAllocator(T, ALLOC)
Undocumented in source.

Meta