memdebug
The memory debugging subsystem helps you make sure that your application is freeing all of its memory, not stomping on innocent memory areas, and generally doing illegal things to the Portfolio memory manager. As it detects errors and illegal operations, it displays information in the Debugger Terminal window.
For more information about the memory debugging subsystem, refer to the
documentation for the CreateMemDebug()
function.