MemoryStat::+=

MemoryStat::+=
MemoryStat& operator +=(MemoryStat& other);
Description

+= operator increments the allocation size of the current MemoryStat object by adding the allocation statistics of another MemoryStat object to the current one.

Parameters
Parameters 
Description 
MemoryStat& other 
A MemoryStat object whose allocation statistics is added to the current object. 
Return Value

The current MemoryStat object.