MCPcopy Create free account
hub / github.com/avast/retdec / Trace

Method Trace

deps/tinyxml2/include/tinyxml2/tinyxml2.h:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ClearMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected