We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babed59 commit 1fc9c13Copy full SHA for 1fc9c13
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