summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/integration/sdallocx.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/integration/sdallocx.c')
-rw-r--r--deps/jemalloc/test/integration/sdallocx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/jemalloc/test/integration/sdallocx.c b/deps/jemalloc/test/integration/sdallocx.c
index f92e0589c..b84817d76 100644
--- a/deps/jemalloc/test/integration/sdallocx.c
+++ b/deps/jemalloc/test/integration/sdallocx.c
@@ -1,7 +1,7 @@
#include "test/jemalloc_test.h"
-#define MAXALIGN (((size_t)1) << 22)
-#define NITER 3
+#define MAXALIGN (((size_t)1) << 25)
+#define NITER 4
TEST_BEGIN(test_basic)
{