StackAllocator

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

makeArray
T[] makeArray(size_t len)

return pointer to len x T.sizeof bytes of uninitialized memory

restoreState
void restoreState(State state)

Pop allocation state

saveState
State saveState()

Save allocation state

Meta