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

Function updateJemallocBgThread

src/config.cpp:2567–2572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565}
2566
2567static int updateJemallocBgThread(int val, int prev, const char **err) {
2568 UNUSED(prev);
2569 UNUSED(err);
2570 set_jemalloc_bg_thread(val);
2571 return 1;
2572}
2573
2574static int updateReplBacklogSize(long long val, long long prev, const char **err) {
2575 /* resizeReplicationBacklog sets g_pserver->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