StatBag(MemoryHeap* pheap = 0, unsigned memReserve = Stat_EntryCount * 16); StatBag(const StatBag& source);
StatBag creates a stat bag (collection of statistics data) with specified number of entries.
Parameters |
Description |
MemoryHeap* pheap = 0 |
_nt_ |
unsigned memReserve = Stat_EntryCount * 16 |
_nt_ |
const StatBag& source |
StatBag object that is assigned to the new StatBag object. |