MemoryStat& operator -=(MemoryStat& other);
-= operator decrements the allocation statistics of the current MemoryStat object by subtracting the allocation statistics of another MemoryStat object from the current one.
Parameters |
Description |
MemoryStat& other |
A MemoryStat object whose allocation statistics are used to decrement the statistics of the current object. |
The current MemoryStat object.