aboutsummaryrefslogtreecommitdiff
path: root/test/integration/mallocx.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/mallocx.c')
-rw-r--r--test/integration/mallocx.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/integration/mallocx.c b/test/integration/mallocx.c
index 55e1a09..69ce781 100644
--- a/test/integration/mallocx.c
+++ b/test/integration/mallocx.c
@@ -196,6 +196,13 @@ TEST_BEGIN(test_alignment_and_size)
}
}
}
+ /*
+ * On systems which can't merge extents, this test generates a
+ * lot of dirty memory very quickly. Purge between cycles to
+ * avoid potential OOM on e.g. 32-bit Windows.
+ */
+ assert_d_eq(mallctl("arena.0.purge", NULL, NULL, NULL, 0), 0,
+ "Unexpected mallctl error");
}
#undef MAXALIGN
#undef NITER