In file No file:

void LeakDetector::operator delete (void * what)

Overridden operator delete

Documentation

Overridden operator delete. Frees memory for the object and writes a message into the log file including the ID that is associated with this pointer so that we can find leaks by comparing ID's and looking for those that were not deleted.
Returns:
void
Parameters:
what - Pointer to object we want to delete
Author:
Venca
See Also:
GMessage, operator new

alphabetic index hierarchy of classes


generated by doc++