Searched refs:arena_get (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/src/ |
D | ctl.c | 702 tarenas[i] = arena_get(tsd, i, false, false); in ctl_refresh() 704 tarenas[i] = arena_get(tsd, i, false, true); in ctl_refresh() 1322 newarena = arena_get(tsd, newind, true, true); in CTL_RO_BOOL_CONFIG_GEN() 1555 tarenas[i] = arena_get(tsd, i, false, false); in arena_purge() 1557 tarenas[i] = arena_get(tsd, i, false, true); in arena_purge() 1623 arena_t *arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_dss_ctl() 1656 arena = arena_get(tsd_fetch(), arena_ind, false, true); in arena_i_lg_dirty_mult_ctl() 1694 arena_get(tsd_fetch(), arena_ind, false, true)) != NULL) { \
|
D | chunk.c | 271 arena = (arena_ind == 0) ? a0get() : arena_get(tsd_fetch(), arena_ind, in chunk_arena_get()
|
D | jemalloc.c | 1911 *arena = arena_get(tsd, arena_ind, true, true); 2150 arena = arena_get(tsd, arena_ind, true, true);
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 5 arena_get
|
D | jemalloc_internal.h | 514 arena_t *arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, 768 arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, in arena_get() function
|
D | private_namespace.h | 5 #define arena_get JEMALLOC_N(arena_get) macro
|
D | private_unnamespace.h | 5 #undef arena_get
|
D | jemalloc_internal.h.in | 514 arena_t *arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, 768 arena_get(tsd_t *tsd, unsigned ind, bool init_if_missing, function
|