From: Jack Jansen Date: Wed, 23 Oct 1996 15:50:26 +0000 (+0000) Subject: Added USE_MALLOC_DEBUG (disabled) X-Git-Tag: v1.4~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a9b3b5943b14b57e53a72a5c1e64d16ba9def25;p=thirdparty%2FPython%2Fcpython.git Added USE_MALLOC_DEBUG (disabled) --- diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index b4923846e579..fd7f15ddc226 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -18,3 +18,4 @@ #define MAC_TCL /* This *must* be on if USE_TK is on */ /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */ diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h index 5bcdeae50d81..8d6db02b1390 100644 --- a/Mac/mwerks/mwerks_shared_config.h +++ b/Mac/mwerks/mwerks_shared_config.h @@ -19,3 +19,4 @@ /* #define MAC_TCL /* This *must* be on if USE_TK is on */ #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */ diff --git a/Mac/mwerks/mwerks_small_config.h b/Mac/mwerks/mwerks_small_config.h index 5e5e33ad3a29..aa3c791a83d0 100644 --- a/Mac/mwerks/mwerks_small_config.h +++ b/Mac/mwerks/mwerks_small_config.h @@ -18,3 +18,4 @@ /* #define MAC_TCL /* This *must* be on if USE_TK is on */ /* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */ /* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */ +/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */