MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ~MemPoolT

Method ~MemPoolT

native/thirdpart/tinyxml2/tinyxml2.h:351–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349public:
350 MemPoolT() : _blockPtrs(), _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {}
351 ~MemPoolT() {
352 MemPoolT< ITEM_SIZE >::Clear();
353 }
354
355 void Clear() {
356 // Delete the blocks.

Callers

nothing calls this directly

Calls 1

ClearFunction · 0.50

Tested by

no test coverage detected