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

Function extent_dss_prec_set

deps/jemalloc/src/extent_dss.c:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62bool
63extent_dss_prec_set(dss_prec_t dss_prec) {
64 if (!have_dss) {
65 return (dss_prec != dss_prec_disabled);
66 }
67 atomic_store_u(&dss_prec_default, (unsigned)dss_prec, ATOMIC_RELEASE);
68 return false;
69}
70
71static void
72extent_dss_extending_start(void) {

Callers 2

malloc_conf_init_helperFunction · 0.70
arena_i_dss_ctlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected