ScopedPoolImpl

Undocumented in source.

Constructors

this
this(size_t max_mem)

Initializes a scoped pool with max_mem max_mem doesn't do anything at the moment

Destructor

~this
~this()
Undocumented in source.

Members

Functions

freeze
void freeze()

Use only if ScopedPool is the highest on stack.

unfreeze
void unfreeze()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
int id;
Undocumented in source.

Meta