summaryrefslogtreecommitdiffstats
path: root/package/dmalloc/Config.in
diff options
context:
space:
mode:
authorEric Andersen2006-12-12 23:16:41 +0100
committerEric Andersen2006-12-12 23:16:41 +0100
commit28151cf8c7d3395e0a18717505850376cba66708 (patch)
tree8e5e69522a4fb38585b8a61258677ea0208bc699 /package/dmalloc/Config.in
parentadd netplug package (diff)
downloadbuildroot-28151cf8c7d3395e0a18717505850376cba66708.tar.gz
buildroot-28151cf8c7d3395e0a18717505850376cba66708.tar.xz
buildroot-28151cf8c7d3395e0a18717505850376cba66708.zip
add dmalloc
Diffstat (limited to 'package/dmalloc/Config.in')
-rw-r--r--package/dmalloc/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/dmalloc/Config.in b/package/dmalloc/Config.in
new file mode 100644
index 000000000..d8784e782
--- /dev/null
+++ b/package/dmalloc/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_DMALLOC
+ bool "dmalloc"
+ default n
+ help
+ A debug memory allocation library which is 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.
+
+ http://dmalloc.com/