ScopedPoolImpl

Undocumented in source.

Constructors

this
this(size_t max_mem)

Initializes a scoped pool with max_mem

this
this(ManagedPool pool)
Undocumented in source.

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