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