aboutsummaryrefslogtreecommitdiff
path: root/devel/dmalloc/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-26 05:36:52 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-26 05:36:52 +0000
commite6f6ab9a5485c49f6f20ce9cd8b98d21fab59f8d (patch)
tree38604e0b64819b1cb505eecf54bb5a44f0250d8b /devel/dmalloc/pkg-descr
parentd23792c8aa1b1e4034f93a0170a310345f961cc9 (diff)
Add dmalloc 4.8.1, a version of the malloc(3) library that provides
powerful debugging facilities at runtime. Required for a forthcoming port. PR: 23792 Submitted by: Jeremy Shaffner <jeremy@external.org>
Notes
Notes: svn path=/head/; revision=36364
Diffstat (limited to 'devel/dmalloc/pkg-descr')
-rw-r--r--devel/dmalloc/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/dmalloc/pkg-descr b/devel/dmalloc/pkg-descr
new file mode 100644
index 000000000000..d9e2681c8b8c
--- /dev/null
+++ b/devel/dmalloc/pkg-descr
@@ -0,0 +1,8 @@
+The debug memory allocation or dmalloc library has been designed as a
+portable drop in replacement for the system's 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. Online documentation is available at:
+
+WWW: http://dmalloc.com/