Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_structs.h11 #define MAX_BACKGROUND_THREAD_LIMIT MALLOCX_ARENA_LIMIT
Djemalloc_internal_types.h32 #define MALLOCX_ARENA_LIMIT ((1 << MALLOCX_ARENA_BITS) - 1) macro
Dctl.h90 ctl_arena_t *arenas[2 + MALLOCX_ARENA_LIMIT];
Djemalloc_internal_inlines_a.h86 assert(ind < MALLOCX_ARENA_LIMIT); in arena_get()
Dextent_inlines.h45 if (false && arena_ind >= MALLOCX_ARENA_LIMIT) { in extent_arena_get()
48 assert(arena_ind < MALLOCX_ARENA_LIMIT); in extent_arena_get()
/external/jemalloc_new/src/
Djemalloc.c86 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;