Searched refs:arena_migrate (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_externs.h | 44 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
|
D | arena_inlines_a.h | 48 arena_migrate(tsd, oldind, newind); in percpu_arena_update()
|
D | private_namespace_jet.h | 6 #define arena_migrate JEMALLOC_N(arena_migrate) macro
|
D | private_namespace.h | 6 #define arena_migrate JEMALLOC_N(arena_migrate) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 77 arena_migrate
|
D | private_namespace.h | 77 #define arena_migrate JEMALLOC_N(arena_migrate) macro
|
D | private_unnamespace.h | 77 #undef arena_migrate
|
D | jemalloc_internal.h | 492 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
|
D | jemalloc_internal.h.in | 492 void arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind);
|
/external/jemalloc/src/ |
D | jemalloc.c | 493 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) in arena_migrate() function
|
D | ctl.c | 1340 arena_migrate(tsd, oldind, newind); in CTL_RO_CONFIG_GEN()
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 383 arena_migrate(tsd_t *tsd, unsigned oldind, unsigned newind) { in arena_migrate() function
|
D | ctl.c | 1736 arena_migrate(tsd, oldind, newind); in CTL_RO_CONFIG_GEN()
|