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

Method Trace

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

Source from the content-addressed store, hash-verified

407 _root = item;
408 }
409 void Trace( const char* name ) {
410 printf( "Mempool %s watermark=%d [%dk] current=%d size=%d nAlloc=%d blocks=%d\n",
411 name, _maxAllocs, _maxAllocs * ITEM_SIZE / 1024, _currentAllocs,
412 ITEM_SIZE, _nAllocs, _blockPtrs.Size() );
413 }
414
415 void SetTracked() override {
416 --_nUntracked;

Callers 1

ClearMethod · 0.80

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected