          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
