mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
wip: initial large bitmaps
This commit is contained in:
parent
8d9c725482
commit
e5fdd6e110
5 changed files with 501 additions and 440 deletions
|
@ -41,7 +41,7 @@ static int THREADS = 8;
|
|||
static int SCALE = 10;
|
||||
static int ITER = 10;
|
||||
#elif 0
|
||||
static int THREADS = 4;
|
||||
static int THREADS = 1;
|
||||
static int SCALE = 100;
|
||||
static int ITER = 10;
|
||||
#define ALLOW_LARGE false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue