From 37f0e346064a201f9938650ecf7e359cb260d079 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 1 Jun 2016 16:23:31 -0700 Subject: [PATCH] Reduce NSZS, since NSIZES (was nsizes) can not be so large. --- test/integration/rallocx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/rallocx.c b/test/integration/rallocx.c index 6278a490..030fb479 100644 --- a/test/integration/rallocx.c +++ b/test/integration/rallocx.c @@ -52,7 +52,7 @@ TEST_BEGIN(test_grow_and_shrink) size_t tsz; #define NCYCLES 3 unsigned i, j; -#define NSZS 2500 +#define NSZS 1024 size_t szs[NSZS]; #define MAXSZ ZU(12 * 1024 * 1024)