ThreadPoolFreezer

User utility for allocating on lower level pools

Postblit

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

Members

Functions

pop
Array!(ManagedPool, Malloc) pop(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(Array!(ManagedPool, Malloc) pools)
Undocumented in source. Be warned that the author may not have intended to support 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.

Variables

m_pools
Vector!(ManagedPool, Malloc) m_pools;
Undocumented in source.

Meta