more.alloc

Undocumented in source.

Members

Functions

cfree
void cfree(T* mem)
Undocumented in source. Be warned that the author may not have intended to support it.
cmalloc
T* cmalloc(Flag!"zero" zero)
Undocumented in source. Be warned that the author may not have intended to support it.
cmallocArray
T[] cmallocArray(size_t size, Flag!"zero" zero)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GCDoubler
struct GCDoubler(uint initialSize)
Undocumented in source.
MallocDoubler
struct MallocDoubler(uint initialSize)
Undocumented in source.
Mem
struct Mem
Undocumented in source.

Meta