diff options
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/ |