FreeListObjectAlloc

Undocumented in source.
template FreeListObjectAlloc (
T
bool USE_GC = true
bool INIT = true
) {}

Members

Aliases

TR
alias TR = T*
Undocumented in source.
TR
alias TR = T
Undocumented in source.

Functions

alloc
TR alloc(ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(TR obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ElemSize
enum ElemSize;
Undocumented in source.

Meta