mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 07:29:30 +03:00
fix vs2019 project
This commit is contained in:
parent
fed0068dac
commit
268698b9ef
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ terms of the MIT license.
|
|||
#include <mimalloc.h>
|
||||
|
||||
// argument defaults
|
||||
static int THREADS = 32; // more repeatable if THREADS <= #processors
|
||||
static int N = 40; // scaling factor
|
||||
static int THREADS = 8; // more repeatable if THREADS <= #processors
|
||||
static int N = 200; // scaling factor
|
||||
|
||||
// static int THREADS = 8; // more repeatable if THREADS <= #processors
|
||||
// static int N = 100; // scaling factor
|
||||
|
|
Loading…
Add table
Reference in a new issue