From 4d952dfe7756644a4e7f92081906fd7d4194209c Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 21 Nov 2002 06:06:22 +0000 Subject: Improve malloc debugging support. --- extra/Configs/Config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3