getStats
getStats(sizeclass, inUse, allocated);
hoardHeap::getStats(int sizeclass, int &U, int &A)
_stats[sizeclass].getStats(U, A);
inline void getStats(int sizeclass, int &U, int &A);
inline void getStats(int &Uout, int &Aout);
heap->getStats(i, classUsed, classAllocated);