From 28151cf8c7d3395e0a18717505850376cba66708 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Dec 2006 22:16:41 +0000 Subject: add dmalloc --- package/dmalloc/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/dmalloc/Config.in (limited to 'package/dmalloc/Config.in') 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/ -- cgit v1.2.3