Arena

Undocumented in source.

Members

Functions

alloc
void* alloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
calloc
void* calloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
realloc
void* realloc(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bins
Bin[ClassCount.Small] bins;
Undocumented in source.
chunkSet
ChunkSet chunkSet;
Undocumented in source.
freeRunTree
RBTree!(RunDesc, sizeAddrRunCmp) freeRunTree;
Undocumented in source.
hugeLookupTree
ExtentTree hugeLookupTree;
Undocumented in source.
hugeTree
ExtentTree hugeTree;
Undocumented in source.
roots
const(void*)[][] roots;
Undocumented in source.
spare
Chunk* spare;
Undocumented in source.
stackBottom
const(void*)* stackBottom;
Undocumented in source.

Meta