MemoryStat::Increment

MemoryStat::Increment
void Increment(UPInt alloc, UPInt use);
Description

Increment increments the bytes allocated for the memory block.

Parameters
Parameters 
Description 
UPInt alloc 
Number of bytes allocated for the memory block. 
UPInt use 
Number of bytes for maintaining the header and space alignment.