Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
static void
296
narenas_total_set(unsigned narenas) {
297
atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE);
298
}
299
300
static void
301
narenas_total_inc(void) {
Callers
1
malloc_init_narenas
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected