mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
use size_t instead of uintptr_t where appropiate
This commit is contained in:
parent
28896e5b19
commit
09e59e0610
9 changed files with 86 additions and 86 deletions
|
@ -25,7 +25,7 @@ terms of the MIT license.
|
|||
//
|
||||
// argument defaults
|
||||
static int THREADS = 32; // more repeatable if THREADS <= #processors
|
||||
static int SCALE = 10; // scaling factor
|
||||
static int SCALE = 25; // scaling factor
|
||||
static int ITER = 50; // N full iterations destructing and re-creating all threads
|
||||
|
||||
// static int THREADS = 8; // more repeatable if THREADS <= #processors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue