FreeListAlloc

Undocumented in source.

Constructors

this
this(size_t elem_size, Allocator base_allocator)
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)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
void[] realloc(void[] mem, size_t sz)
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.

Inherited Members

From Allocator

alignment
enum size_t alignment;
Undocumented in source.
alignmentMask
enum size_t alignmentMask;
Undocumented in source.
alloc
void[] alloc(size_t sz)
Undocumented in source.
realloc
void[] realloc(void[] mem, size_t new_sz)
Undocumented in source.
free
void free(void[] mem)
Undocumented in source.

Meta