Home
last modified time | relevance | path

Searched refs:arena_get (Results 1 – 11 of 11) sorted by relevance

/external/jemalloc/src/
Djemalloc.c337 is_metadata, arena_get(TSDN_NULL, 0, true), true)); in a0ialloc()
452 arena = arena_get(tsdn, ind, false); in arena_init_locked()
483 arena = arena_get(tsd_tsdn(tsd), ind, false); in arena_bind()
497 oldarena = arena_get(tsd_tsdn(tsd), oldind, false); in arena_migrate()
498 newarena = arena_get(tsd_tsdn(tsd), newind, false); in arena_migrate()
509 arena = arena_get(tsd_tsdn(tsd), ind, false); in arena_unbind()
615 assert(arena_get(tsd_tsdn(tsd), 0, false) != NULL); in arena_choose_hard()
617 if (arena_get(tsd_tsdn(tsd), i, false) != NULL) { in arena_choose_hard()
623 if (arena_nthreads_get(arena_get( in arena_choose_hard()
625 arena_nthreads_get(arena_get( in arena_choose_hard()
[all …]
Dctl.c723 tarenas[i] = arena_get(tsdn, i, false); in ctl_refresh()
1334 newarena = arena_get(tsd_tsdn(tsd), newind, true); in CTL_RO_CONFIG_GEN()
1554 tarenas[i] = arena_get(tsdn, i, false); in arena_i_purge()
1571 tarena = arena_get(tsdn, arena_ind, false); in arena_i_purge()
1637 arena = arena_get(tsd_tsdn(tsd), arena_ind, false); in arena_i_reset_ctl()
1677 arena_t *arena = arena_get(tsd_tsdn(tsd), arena_ind, false); in arena_i_dss_ctl()
1710 arena = arena_get(tsd_tsdn(tsd), arena_ind, false); in arena_i_lg_dirty_mult_ctl()
1745 arena = arena_get(tsd_tsdn(tsd), arena_ind, false); in arena_i_decay_time_ctl()
1782 arena_get(tsd_tsdn(tsd), arena_ind, false)) != NULL) { in arena_i_chunk_hooks_ctl()
Dquarantine.c31 false, NULL, true, arena_get(TSDN_NULL, 0, true), true); in quarantine_init()
Dprof.c557 size2index(size), false, NULL, true, arena_get(TSDN_NULL, 0, true), in prof_gctx_create()
1803 arena_get(TSDN_NULL, 0, true), true); in prof_tdata_init_impl()
2043 arena_get(TSDN_NULL, 0, true), true); in prof_thread_name_alloc()
Dtcache.c336 arena_get(TSDN_NULL, 0, true)); in tcache_create()
Dchunk.c415 arena = arena_get(tsdn, arena_ind, false); in chunk_arena_get()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt40 arena_get
Djemalloc_internal.h581 arena_t *arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing);
948 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) in arena_get() function
Dprivate_namespace.h40 #define arena_get JEMALLOC_N(arena_get) macro
Dprivate_unnamespace.h40 #undef arena_get
Djemalloc_internal.h.in581 arena_t *arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing);
948 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) function