MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / MemPoolT

Method MemPoolT

sourcecommon/tinyxml2.h:330–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328{
329public:
330 MemPoolT() : _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {}
331 ~MemPoolT() {
332 // Delete the blocks.
333 for( int i=0; i<_blockPtrs.Size(); ++i ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected