Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a9b3b5

Browse files
committed
Added USE_MALLOC_DEBUG (disabled)
1 parent 05d9836 commit 3a9b3b5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

Mac/mwerks/mwerks_nonshared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
#define MAC_TCL /* This *must* be on if USE_TK is on */
1919
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2020
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
21+
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */

Mac/mwerks/mwerks_shared_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
2020
#define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2121
#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
22+
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */

Mac/mwerks/mwerks_small_config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
1919
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2020
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
21+
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */

0 commit comments

Comments
 (0)