Memory Management with MFC: Overview
Manage your program's memory usage on the heap or on the stack frame under MFC.
Tip Incorrectly deallocating heap memory for an array is a common problem. See Memory Management: Examples.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Manage your program's memory usage on the heap or on the stack frame under MFC.
Tip Incorrectly deallocating heap memory for an array is a common problem. See Memory Management: Examples.