mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-16 15:41:41 +03:00
Reduce NSZS, since NSIZES (was nsizes) can not be so large.
This commit is contained in:
parent
819417580e
commit
37f0e34606
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue