Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.c341 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate() function
391 tcache_arena_associate(tsdn, tcache, arena); in tcache_arena_reassociate()
471 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init()
476 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init()
506 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena_ichoose(tsd, NULL)); in tcache_create_explicit()
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDtcache_externs.h45 void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
HDjemalloc_internal_inlines_b.h35 tcache_arena_associate(tsd_tsdn(tsd), tcache, in arena_choose_impl()
HDprivate_namespace.h370 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro