| 32 | /******************************************************************************/ |
| 33 | |
| 34 | size_t |
| 35 | tcache_salloc(tsdn_t *tsdn, const void *ptr) { |
| 36 | return arena_salloc(tsdn, ptr); |
| 37 | } |
| 38 | |
| 39 | void |
| 40 | tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { |
no test coverage detected