Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CMemoryState::Checkpoint
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  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.
 
 
                                     -♦-