FreeListAllocator.Impl

Undocumented in source.
struct FreeListAllocator(ALLOCATOR_TYPE, alias ALLOCATOR = heapAllocator)
static
template Impl (
alias data
) {}

Members

Static functions

allocate
RefType!T allocate()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta