We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce6572 commit 584b4d9Copy full SHA for 584b4d9
mintlib/malloc.c
@@ -1,6 +1,7 @@
1
#define HAVE_MMAP 0
2
#define HAVE_MORECORE 1
3
#define MORECORE_CONTIGUOUS 0
4
+#define MORECORE_CANNOT_TRIM 1
5
#define NO_MALLOC_STATS 1
6
#define LACKS_TIME_H /* time(0) calls malloc... */
7
0 commit comments