CMemoryState::Checkpoint

Syntax

void Checkpoint();

Remarks

Takes a snapshot summary of memory and stores it in this CMemoryState object. The CMemoryState member functions Difference and DumpAllObjectsSince use this snapshot data.

Example

See the example for the CMemoryState constructor.