MemoryStat& operator +=(MemoryStat& other);
+= operator increments the allocation size of the current MemoryStat object by adding the allocation statistics of another MemoryStat object to the current one.
Parameters |
Description |
MemoryStat& other |
A MemoryStat object whose allocation statistics is added to the current object. |
The current MemoryStat object.