Searched refs:MALLOCX_ARENA_LIMIT (Results 1 – 6 of 6) sorted by relevance
11 #define MAX_BACKGROUND_THREAD_LIMIT MALLOCX_ARENA_LIMIT
32 #define MALLOCX_ARENA_LIMIT ((1 << MALLOCX_ARENA_BITS) - 1) macro
90 ctl_arena_t *arenas[2 + MALLOCX_ARENA_LIMIT];
86 assert(ind < MALLOCX_ARENA_LIMIT); in arena_get()
45 if (false && arena_ind >= MALLOCX_ARENA_LIMIT) { in extent_arena_get()48 assert(arena_ind < MALLOCX_ARENA_LIMIT); in extent_arena_get()
86 atomic_p_t arenas[MALLOCX_ARENA_LIMIT];316 if (ind >= MALLOCX_ARENA_LIMIT) { in arena_init_locked()1428 if (ncpus >= MALLOCX_ARENA_LIMIT) {1476 if (narenas_auto >= MALLOCX_ARENA_LIMIT) {1477 narenas_auto = MALLOCX_ARENA_LIMIT - 1;