diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:16:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-12 22:16:41 +0000 |
commit | 28151cf8c7d3395e0a18717505850376cba66708 (patch) | |
tree | 8e5e69522a4fb38585b8a61258677ea0208bc699 /package/dmalloc/Config.in | |
parent | b3d71710a3066f27ab254572dddff11572785f19 (diff) | |
download | buildroot-novena-28151cf8c7d3395e0a18717505850376cba66708.tar.gz buildroot-novena-28151cf8c7d3395e0a18717505850376cba66708.zip |
add dmalloc
Diffstat (limited to 'package/dmalloc/Config.in')
-rw-r--r-- | package/dmalloc/Config.in | 10 |
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/ |