| 483 | } |
| 484 | |
| 485 | void |
| 486 | tcache_flush(tsd_t *tsd) { |
| 487 | assert(tcache_available(tsd)); |
| 488 | tcache_flush_cache(tsd, tsd_tcachep_get(tsd)); |
| 489 | } |
| 490 | |
| 491 | static void |
| 492 | tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) { |
no test coverage detected