MCPcopy Create free account
hub / github.com/F-Stack/f-stack / updateJemallocBgThread

Function updateJemallocBgThread

app/redis-6.2.6/src/config.c:2237–2242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2235}
2236
2237static int updateJemallocBgThread(int val, int prev, const char **err) {
2238 UNUSED(prev);
2239 UNUSED(err);
2240 set_jemalloc_bg_thread(val);
2241 return 1;
2242}
2243
2244static int updateReplBacklogSize(long long val, long long prev, const char **err) {
2245 /* resizeReplicationBacklog sets server.repl_backlog_size, and relies on

Callers

nothing calls this directly

Calls 1

set_jemalloc_bg_threadFunction · 0.85

Tested by

no test coverage detected