pkg://njamd-0.9.2-5.src.rpm:283836/HEADER
downloads
Name : njamd Relocations: (not relocateable)
Version : 0.9.2 Vendor: Red Hat, Inc.
Release : 5 Build Date: Sun Jun 23 23:19:58 2002
Install date: (not installed) Build Host: astest.test.redhat.com
Group : Development/Tools Source RPM: (none)
Size : 314209 License: GPL
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://sourceforge.net/projects/njamd
Summary : A debugger which detects memory allocation violations.
Description :
NJAMD is a malloc debugger which protects against all common dynamic
memory bugs (including overflow, underflow, writes to freed memory,
and memory leaks) without recompiling or even relinking your
executable. NJAMD is able to trace memory leaks even through arbitrary
library functions that wrap malloc(3), such as strdup(3), GUI widget
allocators, and even C++ new and delete.
NJAMD is fast enough for everyday use, and light enough to debug most
applications. Large applications will require more RAM for comfortable
debugging.