mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
fix bug where only the first chunkmap field would be considered
This commit is contained in:
parent
88990cec2d
commit
bf2f2a8bf4
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ static int ITER = 10;
|
|||
#define ALLOW_LARGE true
|
||||
#else
|
||||
static int THREADS = 32; // more repeatable if THREADS <= #processors
|
||||
static int SCALE = 50; // scaling factor
|
||||
static int SCALE = 25; // scaling factor
|
||||
static int ITER = 50; // N full iterations destructing and re-creating all threads
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue