Reduce NSZS, since NSIZES (was nsizes) can not be so large.
This commit is contained in:
parent
819417580e
commit
37f0e34606
@ -52,7 +52,7 @@ TEST_BEGIN(test_grow_and_shrink)
|
|||||||
size_t tsz;
|
size_t tsz;
|
||||||
#define NCYCLES 3
|
#define NCYCLES 3
|
||||||
unsigned i, j;
|
unsigned i, j;
|
||||||
#define NSZS 2500
|
#define NSZS 1024
|
||||||
size_t szs[NSZS];
|
size_t szs[NSZS];
|
||||||
#define MAXSZ ZU(12 * 1024 * 1024)
|
#define MAXSZ ZU(12 * 1024 * 1024)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user