Searched refs:tcache_arena_associate (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/src/ |
D | tcache.c | 301 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate() function 351 tcache_arena_associate(tsdn, tcache, arena); in tcache_arena_reassociate() 431 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init() 436 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init() 466 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena_ichoose(tsd, NULL)); in tcache_create_explicit()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 47 void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
|
D | jemalloc_internal_inlines_b.h | 35 tcache_arena_associate(tsd_tsdn(tsd), tcache, in arena_choose_impl()
|
D | private_namespace_jet.h | 344 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
|
D | private_namespace.h | 337 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
|
/external/jemalloc/src/ |
D | tcache.c | 259 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_arena_associate() function 301 tcache_arena_associate(tsdn, tcache, newarena); in tcache_arena_reassociate() 340 tcache_arena_associate(tsdn, tcache, arena); in tcache_create()
|