]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added USE_MALLOC_DEBUG (disabled)
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Oct 1996 15:50:26 +0000 (15:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Oct 1996 15:50:26 +0000 (15:50 +0000)
Mac/mwerks/mwerks_nonshared_config.h
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_small_config.h

index b4923846e5790517ca5e5896f6bf11a273c9e76e..fd7f15ddc2262fbceca74ae2e91c904423394f23 100644 (file)
@@ -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 */
index 5bcdeae50d8189ff15e6b87cc2a6d4e51e3154ac..8d6db02b1390d5a02f7ec20a0254977f5db150c5 100644 (file)
@@ -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 */
index 5e5e33ad3a2956e75b45cb78dd36e28877d7bf07..aa3c791a83d0675305de4d6e4dd67b10b2ca4e57 100644 (file)
@@ -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 */