CMemoryState::DumpAllObjectsSince
Visual Studio 2005
Calls the Dump function for all objects of a type derived from class CObject that were allocated (and are still allocated) since the last Checkpoint call for this CMemoryState object.
void DumpAllObjectsSince( ) const;
See the example for the CMemoryState constructor.