We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c1333 commit 1ce6572Copy full SHA for 1ce6572
mintlib/malloc.c
@@ -1,9 +1,7 @@
1
#define HAVE_MMAP 0
2
-#define MMAP_CLEARS 0
3
#define HAVE_MORECORE 1
4
#define MORECORE_CONTIGUOUS 0
5
#define NO_MALLOC_STATS 1
6
-#define malloc_getpagesize ((size_t)8192U)
7
#define LACKS_TIME_H /* time(0) calls malloc... */
8
9
/*
0 commit comments