PoolAllocatorIndex

Undocumented in source.

Members

Functions

add
void add(void* start)
Undocumented in source. Be warned that the author may not have intended to support it.
findAllocator
auto findAllocator(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
freeUnmarked
void freeUnmarked()
Undocumented in source. Be warned that the author may not have intended to support it.
getStats
auto getStats()
Undocumented in source. Be warned that the author may not have intended to support it.
mark
MarkResult mark(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
owns
bool owns(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(void* start)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getAllocatorStats
auto getAllocatorStats(void* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

addresses
void*[] addresses;
Undocumented in source.
lastFree
uint lastFree;
Undocumented in source.

Meta