Searched refs:tcache_arena_reassociate (Results 1 – 13 of 13) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_inlines_a.h | 51 tcache_arena_reassociate(tsd_tsdn(tsd), tcache, in percpu_arena_update()
|
D | tcache_externs.h | 38 void tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache,
|
D | jemalloc_internal_inlines_b.h | 31 tcache_arena_reassociate(tsd_tsdn(tsd), in arena_choose_impl()
|
D | private_namespace.h | 338 #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate) macro
|
D | private_namespace_jet.h | 345 #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 514 tcache_arena_reassociate
|
D | tcache.h | 153 void tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache,
|
D | private_namespace.h | 514 #define tcache_arena_reassociate JEMALLOC_N(tcache_arena_reassociate) macro
|
D | private_unnamespace.h | 514 #undef tcache_arena_reassociate
|
/external/jemalloc/src/ |
D | tcache.c | 296 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *oldarena, in tcache_arena_reassociate() function
|
D | ctl.c | 1344 tcache_arena_reassociate(tsd_tsdn(tsd), tcache, in CTL_RO_CONFIG_GEN()
|
/external/jemalloc_new/src/ |
D | tcache.c | 349 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_reassociate() function
|
D | ctl.c | 1738 tcache_arena_reassociate(tsd_tsdn(tsd), in CTL_RO_CONFIG_GEN()
|