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

Function narenas_total_set

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295static void
296narenas_total_set(unsigned narenas) {
297 atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE);
298}
299
300static void
301narenas_total_inc(void) {

Callers 1

malloc_init_narenasFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected