- allocArray
T[] allocArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocBlock
ubyte[] allocBlock(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocBlock
ubyte[] allocBlock(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
- byteLength
size_t byteLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- committedBytes
size_t committedBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- freeArray
void freeArray(T[] array)
Undocumented in source. Be warned that the author may not have intended to support it.
- freeBlock
void freeBlock(ubyte[] block)
Undocumented in source. Be warned that the author may not have intended to support it.
- freeBlock
void freeBlock(ubyte[] block)
Undocumented in source. Be warned that the author may not have intended to support it.
- reservedBytes
size_t reservedBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- setBuffers
void setBuffers(ubyte[] smallBuffers, ubyte[] pageBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.