Example #1
0
 void TallyMemory()
 {
     _hSetMemory += CountMemory(_hSet, SizeOfT);
     _mSetMemory += _mSet.CountMemory(SizeOfT);
 }