MemoryPool

Undocumented in source.

Constructors

this
this(size_t startingMemorySize)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

allocate
ubyte[] allocate(size_t numBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose(string )
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
freeAll
void freeAll()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

curPos
size_t curPos;
Undocumented in source.
data
ubyte[] data;
Undocumented in source.

Meta