Searched refs:currentAllocs (Results 1 – 1 of 1) sorted by relevance
273 MemPoolT() : root(0), currentAllocs(0), nAllocs(0), maxAllocs(0) {} in MemPoolT()285 return currentAllocs; in CurrentAllocs()303 ++currentAllocs; in Alloc()304 if ( currentAllocs > maxAllocs ) maxAllocs = currentAllocs; in Alloc()310 --currentAllocs; in Free()318 … name, maxAllocs, maxAllocs * SIZE / 1024, currentAllocs, SIZE, nAllocs, blockPtrs.Size() ); in Trace()333 int currentAllocs; variable