mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
large bitmaps working; lock on arena_reserve
This commit is contained in:
parent
e5fdd6e110
commit
bc7fe399b1
5 changed files with 39 additions and 14 deletions
|
@ -50,6 +50,11 @@ static int THREADS = 32;
|
|||
static int SCALE = 50;
|
||||
static int ITER = 50;
|
||||
#define ALLOW_LARGE false
|
||||
#elif 0
|
||||
static int THREADS = 64;
|
||||
static int SCALE = 400;
|
||||
static int ITER = 10;
|
||||
#define ALLOW_LARGE true
|
||||
#else
|
||||
static int THREADS = 32; // more repeatable if THREADS <= #processors
|
||||
static int SCALE = 25; // scaling factor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue