Skip to content

Commit 1ce6572

Browse files
committed
Use sysconf(_SC_PAGE_SIZE)
1 parent 35c1333 commit 1ce6572

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mintlib/malloc.c

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#define HAVE_MMAP 0
2-
#define MMAP_CLEARS 0
32
#define HAVE_MORECORE 1
43
#define MORECORE_CONTIGUOUS 0
54
#define NO_MALLOC_STATS 1
6-
#define malloc_getpagesize ((size_t)8192U)
75
#define LACKS_TIME_H /* time(0) calls malloc... */
86

97
/*

0 commit comments

Comments
 (0)