[Lunar-commits] r20412 - in moonbase/trunk/devel: . dmalloc

Auke Kok sofar at lunar-linux.org
Thu Jun 15 14:30:49 UTC 2006


Author: sofar
Date: 2006-06-15 14:30:49 +0000 (Thu, 15 Jun 2006)
New Revision: 20412

Added:
   moonbase/trunk/devel/dmalloc/
   moonbase/trunk/devel/dmalloc/DETAILS
Log:
I actually needed something like this. Thanks Dave!

Added: moonbase/trunk/devel/dmalloc/DETAILS
===================================================================
--- moonbase/trunk/devel/dmalloc/DETAILS	                        (rev 0)
+++ moonbase/trunk/devel/dmalloc/DETAILS	2006-06-15 14:30:49 UTC (rev 20412)
@@ -0,0 +1,18 @@
+          MODULE=dmalloc
+         VERSION=5.4.2
+	     PKG=${MODULE}-${VERSION}
+          SOURCE=${PKG}.tgz
+        WEB_SITE=http://dmalloc.com/
+      SOURCE_URL=${SFORGE_URL}/${MODULE}/
+      SOURCE_VFY=sha1:ecb53b6db7e4d6b6d16ab8e95d87ae79b5c771c7
+         ENTERED=20060615
+         UPDATED=20060615
+           SHORT="A debugging malloc library"
+cat << EOF
+The debug memory allocation or dmalloc library has been designed as a
+drop in replacement for the system's malloc, realloc, calloc, free and
+other memory management routines while providing powerful debugging
+facilities configurable at runtime. These facilities include such things
+as memory-leak tracking, fence-post write detection, file/line number
+reporting, and general logging of statistics.
+EOF



More information about the Lunar-commits mailing list