Searched refs:tcache_arena_associate (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tcache.c | 287 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate() function 337 tcache_arena_associate(tsdn, tcache, arena); in tcache_arena_reassociate() 417 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init() 422 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena); in tsd_tcache_data_init() 452 tcache_arena_associate(tsd_tsdn(tsd), tcache, arena_ichoose(tsd, NULL)); in tcache_create_explicit()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tcache_externs.h | 47 void tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
|
| H A D | jemalloc_internal_inlines_b.h | 35 tcache_arena_associate(tsd_tsdn(tsd), tcache, in arena_choose_impl()
|