mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
update comments
This commit is contained in:
parent
c609248f0e
commit
dad3be3c64
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ static bool mi_arena_alloc(mi_arena_t* arena, size_t blocks, mi_bitmap_index_t*
|
|||
/* -----------------------------------------------------------
|
||||
Arena cache
|
||||
----------------------------------------------------------- */
|
||||
#define MI_CACHE_MAX (128) // ~4GiB
|
||||
#define MI_CACHE_MAX (128)
|
||||
#define MI_MAX_NUMA (16)
|
||||
|
||||
#define MI_SLOT_IN_USE ((void*)1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue