MCPcopy Create free account
hub / github.com/Tracktion/choc / Pool

Method Pool

choc/memory/choc_PoolAllocator.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 ~Pool() = default;
58
59 Pool (Pool&&) = default;
60 Pool (const Pool&) = delete;
61 Pool& operator= (Pool&&) = default;
62 Pool& operator= (const Pool&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected