ArrayArena

Undocumented in source.

Members

Functions

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.

Manifest constants

MAX_BLOCK_BYTES
enum MAX_BLOCK_BYTES;
Undocumented in source.
MIN_BLOCK_BYTES
enum MIN_BLOCK_BYTES;
Undocumented in source.
NUM_ARENAS
enum NUM_ARENAS;
Undocumented in source.

Meta