summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMiles Bader <miles@lsi.nec.co.jp>2002-11-21 06:06:22 +0000
committerMiles Bader <miles@lsi.nec.co.jp>2002-11-21 06:06:22 +0000
commit4d952dfe7756644a4e7f92081906fd7d4194209c (patch)
tree3ae59605aa27796cd2f1bc7d9bb852d3cb588a83 /extra
parentac6d271cf95d6994c88ff8dcc096b98f33c50644 (diff)
Improve malloc debugging support.
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 3b5fcf1f5..089c1b40b 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -367,4 +367,15 @@ config SUPPORT_LD_DEBUG_EARLY
to debug the uClibc shared library loader early initialization,
answer Y. Mere mortals answer N.
+config UCLIBC_MALLOC_DEBUGGING
+ bool "Build malloc with debugging support"
+ depends MALLOC
+ default n
+ help
+ Answer Y here to compile extra debugging support code into malloc.
+ Malloc debugging output may then be enabled at runtime using
+ the MALLOC_DEBUG environment variable. Because this increases
+ the size of malloc appreciably (due to strings etc), you
+ should say N unless you need to debug a malloc problem.
+
endmenu