Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
static void
302
narenas_total_set(unsigned narenas) {
303
atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE);
304
}
305
306
static void
307
narenas_total_inc(void) {
Callers
1
malloc_init_narenas
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected