MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / MemPoolT

Method MemPoolT

3rdparty/tinyxml2/tinyxml2.h:346–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344{
345public:
346 MemPoolT() : _blockPtrs(), _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {}
347 ~MemPoolT() {
348 MemPoolT< ITEM_SIZE >::Clear();
349 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected