Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CObject::operator delete
CObject                                     Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void operator delete( void* p );
 
  Remarks
 
  For the Release version of the library, operator delete simply frees the
  memory allocated by operator new. In the Debug version, operator delete
  participates in an allocation-monitoring scheme designed to detect
  memory leaks.
 
  NOTE: If you override operators new and delete, you forfeit the
        diagnostic capability.
 
  See Also
 
  CObject::operator new
 
 
                                     -♦-