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. If you override operators new and delete, you forfeit the diagnostic capability.
CObject Overview | Class Members | Hierarchy Chart
See Also CObject::operator new