Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ narenas_total_inc
Function
narenas_total_inc
app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
static void
301
narenas_total_inc(void) {
302
atomic_fetch_add_u(&narenas_total, 1, ATOMIC_RELEASE);
303
}
304
305
unsigned
306
narenas_total_get(void) {
Callers
1
arena_init_locked
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected