AfxEnableMemoryTracking
Diagnostic memory tracking is normally enabled in the Debug version of MFC.
BOOL AfxEnableMemoryTracking( BOOL bTrack );
Use this function to disable tracking on sections of your code that you know are allocating blocks correctly.
For more information on AfxEnableMemoryTracking, see Debugging MFC Applications.
Note
|
|---|
|
This function works only in the Debug version of MFC. |
Note