mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 15:59:32 +03:00
reduce cache
This commit is contained in:
parent
8bfd5ec865
commit
79da2728c4
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ static bool mi_arena_alloc(mi_arena_t* arena, size_t blocks, mi_bitmap_index_t*
|
||||||
Arena cache
|
Arena cache
|
||||||
----------------------------------------------------------- */
|
----------------------------------------------------------- */
|
||||||
#define MI_CACHE_MAX (256)
|
#define MI_CACHE_MAX (256)
|
||||||
#define MI_MAX_NUMA (8)
|
#define MI_MAX_NUMA (4)
|
||||||
|
|
||||||
#define MI_SLOT_IN_USE ((void*)1)
|
#define MI_SLOT_IN_USE ((void*)1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue