Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
voidDumpAllObjectsSince()const;
Remarks
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.
Calling DumpAllObjectsSince with an uninitialized CMemoryState object will dump out all objects currently in memory.
Example
See the example for the CMemoryState constructor.