Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 895 Bytes

debugging-support-classes.md

File metadata and controls

20 lines (15 loc) · 895 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Debugging Support Classes
Debugging Support Classes
11/04/2016
debugging memory leaks, MFC
memory allocation, debugging dynamic
debugging [MFC], classes for debugging
memory allocation, debugging dynamic allocation
dynamic memory allocation
debugging [MFC], memory leaks
memory leaks, MFC debug classes
d79e084a-8326-4251-8700-4efac07c511e

Debugging Support Classes

MFC provides the following classes to help you debug dynamic memory allocation problems.

CDumpContext
Provides a destination for diagnostic dumps.

CMemoryState
Structure that provides snapshots of memory use. Also used to compare earlier and later memory snapshots.

See also

Class Overview