Searched refs:arena_get (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/jemalloc/src/ |
| HD | ctl.c | 696 tarenas[i] = arena_get(tsd, i, false, false); in ctl_refresh() 698 tarenas[i] = arena_get(tsd, i, false, true); in ctl_refresh() 1317 newarena = arena_get(tsd, newind, true, true); in CTL_RO_BOOL_CONFIG_GEN() 1550 tarenas[i] = arena_get(tsd, i, false, false); in arena_purge() 1552 tarenas[i] = arena_get(tsd, i, false, true); in arena_purge() 1618 arena_t *arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_dss_ctl() 1651 arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_lg_dirty_mult_ctl() 1687 arena_get(tsd_fetch(), arena_ind, false, true)) != NULL) { in arena_i_chunk_hooks_ctl()
|
| HD | chunk.c | 422 arena = (arena_ind == 0) ? a0get() : arena_get(tsd_fetch(), arena_ind, in chunk_arena_get()
|
| HD | jemalloc.c | 1941 *arena = arena_get(tsd, arena_ind, true, true); in imallocx_flags_decode_hard() 2179 arena = arena_get(tsd, arena_ind, true, true); in je_rallocx()
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | jemalloc_internal.h | 526 arena_t *arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, 777 arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, in arena_get() function
|
| HD | private_namespace.h | 30 #define arena_get JEMALLOC_N(arena_get) macro
|