MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Trace

Method Trace

Dependencies/tinyxml2/include/tinyxml2.h:415–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413 _root = item;
414 }
415 void Trace( const char* name ) {
416 printf( "Mempool %s watermark=%d [%dk] current=%d size=%d nAlloc=%d blocks=%d\n",
417 name, _maxAllocs, _maxAllocs * ITEM_SIZE / 1024, _currentAllocs,
418 ITEM_SIZE, _nAllocs, _blockPtrs.Size() );
419 }
420
421 void SetTracked() {
422 --_nUntracked;

Callers 1

ClearMethod · 0.80

Calls 1

SizeMethod · 0.80

Tested by

no test coverage detected