AutoFreeListAllocator

Undocumented in source.

Constructors

this
this(Base* base)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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

Meta