update comments

This commit is contained in:
daan 2020-04-30 17:21:36 -07:00
parent c609248f0e
commit dad3be3c64
2 changed files with 2 additions and 2 deletions

View file

@ -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)