MCPcopy Create free account
hub / github.com/crossuo/crossuo / Trace

Method Trace

external/tinyxml2.h:416–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ClearMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected