MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / arena_i_muzzy_decay_ms_ctl

Function arena_i_muzzy_decay_ms_ctl

deps/jemalloc/src/ctl.c:2363–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2361}
2362
2363static int
2364arena_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
2370static int
2371arena_i_extent_hooks_ctl(tsd_t *tsd, const size_t *mib, size_t miblen,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected