Searched refs:tcache_arena_associate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/jemalloc/src/ |
| HD | tcache.c | 341 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/ |
| HD | tcache_externs.h | 45 void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
|
| HD | jemalloc_internal_inlines_b.h | 35 tcache_arena_associate(tsd_tsdn(tsd), tcache, in arena_choose_impl()
|
| HD | private_namespace.h | 370 #define tcache_arena_associate JEMALLOC_N(tcache_arena_associate) macro
|