void SetMax(MemoryStat* p);
SetMax compares with another MemoryStat object and sets the maximum of the allocation statistics to the current MemoryStat object.
Parameters |
Description |
MemoryStat* p |
MemoryStat object with which to compare the allocation statistics. |