| 386 | } |
| 387 | |
| 388 | void |
| 389 | tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { |
| 390 | tcache_arena_dissociate(tsdn, tcache); |
| 391 | tcache_arena_associate(tsdn, tcache, arena); |
| 392 | } |
| 393 | |
| 394 | bool |
| 395 | tsd_tcache_enabled_data_init(tsd_t *tsd) { |
no test coverage detected