| 344 | { |
| 345 | public: |
| 346 | MemPoolT() : _blockPtrs(), _root(0), _currentAllocs(0), _nAllocs(0), _maxAllocs(0), _nUntracked(0) {} |
| 347 | ~MemPoolT() { |
| 348 | MemPoolT< ITEM_SIZE >::Clear(); |
| 349 | } |
nothing calls this directly
no outgoing calls
no test coverage detected