[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers] savannah.gnu.org: submission of GMemLogger
From: |
ymettier |
Subject: |
[Savannah-hackers] savannah.gnu.org: submission of GMemLogger |
Date: |
Mon, 18 Feb 2002 04:25:04 -0500 |
A package was submitted to savannah.gnu.org.
This mail was sent to address@hidden, address@hidden
Yves Mettier <address@hidden> described the package as follows:
License: gpl
Other License:
Package: GMemLogger
System name: gmemlogger
This package does NOT want to apply for inclusion in the GNU project
My project is online at http://gmemlogger.sourceforge.net. However, due to the
sourceforge policy changes, I prefer to remove it from sourceforge and put it
on savannah.
Anyway, here is the description:
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 print, 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.