MCPcopy Create free account
hub / github.com/JayXon/Leanify / ~MemPoolT

Method ~MemPoolT

lib/tinyxml2/tinyxml2.h:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345public:
346 MemPoolT() : _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {}
347 ~MemPoolT() {
348 Clear();
349 }
350
351 void Clear() {
352 // Delete the blocks.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected