Searched refs:MALLOCX_ARENA_LIMIT (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_structs.h11 #define MAX_BACKGROUND_THREAD_LIMIT MALLOCX_ARENA_LIMIT
H A Djemalloc_internal_types.h34 #define MALLOCX_ARENA_LIMIT ((1 << MALLOCX_ARENA_BITS) - 1) macro
H A Dctl.h91 * remaining MALLOCX_ARENA_LIMIT elements correspond to arenas.
93 ctl_arena_t *arenas[2 + MALLOCX_ARENA_LIMIT];
H A Djemalloc_internal_inlines_a.h88 assert(ind < MALLOCX_ARENA_LIMIT);
H A Dextent_inlines.h42 assert(arena_ind < MALLOCX_ARENA_LIMIT);
/freebsd-current/contrib/jemalloc/src/
H A Djemalloc.c94 atomic_p_t arenas[MALLOCX_ARENA_LIMIT];
326 if (ind >= MALLOCX_ARENA_LIMIT) {
1645 if (ncpus >= MALLOCX_ARENA_LIMIT) {
1693 if (narenas_auto >= MALLOCX_ARENA_LIMIT) {
1694 narenas_auto = MALLOCX_ARENA_LIMIT - 1;

Completed in 119 milliseconds