We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d194989 commit 6e2a00cCopy full SHA for 6e2a00c
1 file changed
ext/mruby_engine/dlmalloc_config.h
@@ -2,7 +2,11 @@
2
#define MRUBY_ENGINE_DLMALLOC_CONFIG_H
3
4
#define ONLY_MSPACES 1
5
+
6
+// Ruby may also define this
7
+#ifndef HAVE_MREMAP
8
#define HAVE_MREMAP 0
9
+#endif
10
//#define FOOTERS 1
11
12
#include "host.h"
0 commit comments