MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / Trace

Method Trace

Source/ThirdParty/tinyxml2/tinyxml2.h:411–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

ClearMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected