| 537 | } |
| 538 | |
| 539 | void |
| 540 | tcache_flush(tsd_t *tsd) { |
| 541 | assert(tcache_available(tsd)); |
| 542 | tcache_flush_cache(tsd, tsd_tcachep_get(tsd)); |
| 543 | } |
| 544 | |
| 545 | static void |
| 546 | tcache_destroy(tsd_t *tsd, tcache_t *tcache, bool tsd_tcache) { |
no test coverage detected