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