Lines Matching defs:tsdn
30 tcache_salloc(tsdn_t *tsdn, const void *ptr) in tcache_salloc()
77 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard()
259 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_arena_associate()
272 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_arena_dissociate()
296 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *oldarena, in tcache_arena_reassociate()
321 tcache_create(tsdn_t *tsdn, arena_t *arena) in tcache_create()
423 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_stats_merge()
550 tcache_boot(tsdn_t *tsdn) { in tcache_boot()
601 tcache_prefork(tsdn_t *tsdn) { in tcache_prefork()
608 tcache_postfork_parent(tsdn_t *tsdn) { in tcache_postfork_parent()
615 tcache_postfork_child(tsdn_t *tsdn) { in tcache_postfork_child()