Home
last modified time | relevance | path

Searched refs:tcache_arena_associate (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/src/
Dtcache.c301 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/
Dtcache_externs.h47 void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
Djemalloc_internal_inlines_b.h35 tcache_arena_associate(tsd_tsdn(tsd), tcache, in arena_choose_impl()
Dprivate_namespace_jet.h344 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
Dprivate_namespace.h337 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
/external/jemalloc/src/
Dtcache.c259 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()