summaryrefslogtreecommitdiff
path: root/m68k-unknown-amigaos/recipes/patches/clib2/clib2.stdlib_memory.h.p
blob: 1f616597f80823ff69f390104383f1ed2d27e350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- /home/chris/netsurf/toolchains/m68k-unknown-amigaos/builddir/clib2/stdlib_memory.h	2016-11-18 16:22:21.000000000 +0000
+++ stdlib_memory.h	2016-11-20 14:56:44.477019674 +0000
@@ -40,7 +40,7 @@
  * Uncomment this to build a library which has the memory debugging features
  * enabled.
  */
-/*#define __MEM_DEBUG*/
+#define __MEM_DEBUG
 
 /****************************************************************************/
 
@@ -48,7 +48,7 @@
  * Uncomment this to see reports of where and how much memory is allocated
  * or released.
  */
-/*#define __MEM_DEBUG_LOG*/
+#define __MEM_DEBUG_LOG
 
 /****************************************************************************/
 
@@ -56,7 +56,7 @@
  * Uncomment this to speed up memory data maintenance operations when
  * the memory debugging mode is enabled.
  */
-/*#define __USE_MEM_TREES*/
+#define __USE_MEM_TREES
 
 /****************************************************************************/