FreeListAlloc

Undocumented in source.

Constructors

this
this(size_t elem_size, Base* base)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

alloc
void[] alloc()
Undocumented in source. Be warned that the author may not have intended to support it.
alloc
void[] alloc(size_t sz)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(void[] mem, bool must_zeroise)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
void[] realloc(void[] mem, size_t sz, bool must_zeroise)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

elementSize
size_t elementSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta