| 2361 | } |
| 2362 | |
| 2363 | static int |
| 2364 | arena_i_muzzy_decay_ms_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, |
| 2365 | void *oldp, size_t *oldlenp, void *newp, size_t newlen) { |
| 2366 | return arena_i_decay_ms_ctl_impl(tsd, mib, miblen, oldp, oldlenp, newp, |
| 2367 | newlen, false); |
| 2368 | } |
| 2369 | |
| 2370 | static int |
| 2371 | arena_i_extent_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, |
nothing calls this directly
no test coverage detected