GMemLogger is a developer's tool to trace how you allocate memory and if you have
freed it or not.
Many function including malloc and free, strdup and GStrings functions were
redefined so that you can dump the pointers that are still used.
If you do not want to print a pointer because you only want to print the pointers
that you forgot to free, you just need to register those pointers with a
GMemLogger function.
The last tool is that you can easily print a message in the log file, including
the hour&day, and the file&line where you make your call.
Contacts