mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
small fixes
This commit is contained in:
parent
bc7fe399b1
commit
45f7fb559a
3 changed files with 12 additions and 4 deletions
|
@ -45,7 +45,7 @@ static int THREADS = 1;
|
|||
static int SCALE = 100;
|
||||
static int ITER = 10;
|
||||
#define ALLOW_LARGE false
|
||||
#elif 0
|
||||
#elif 1
|
||||
static int THREADS = 32;
|
||||
static int SCALE = 50;
|
||||
static int ITER = 50;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue