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

Function narenas_total_set

deps/jemalloc/src/jemalloc.c:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301static void
302narenas_total_set(unsigned narenas) {
303 atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE);
304}
305
306static void
307narenas_total_inc(void) {

Callers 1

malloc_init_narenasFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected