AllocationList

Keeps track of allocations

Members

Functions

add
bool add(T t)

Track an allocation

getLast
auto getLast()

Get last allocation

removeLast
void removeLast()

Remove last allocation

removeLastOccurenceOf
bool removeLastOccurenceOf(T t)

Find the last occurence of t and remove it

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta