Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ narenas_total_get
Function
narenas_total_get
app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
unsigned
306
narenas_total_get(void) {
307
return atomic_load_u(&narenas_total, ATOMIC_ACQUIRE);
308
}
309
310
/* Create a new arena and insert it into the arenas array at index ind. */
311
static arena_t *
Callers
15
TEST_BEGIN
Function · 0.85
arena_init_locked
Function · 0.85
arena_tdata_get_hard
Function · 0.85
stats_print_atexit
Function · 0.85
jemalloc_prefork
Function · 0.85
jemalloc_postfork_parent
Function · 0.85
jemalloc_postfork_child
Function · 0.85
ctl_init
Function · 0.85
ctl.c
File · 0.85
arena_i_extent_hooks_ctl
Function · 0.85
arena_i_retain_grow_limit_ctl
Function · 0.85
stats_mutexes_reset_ctl
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_BEGIN
Function · 0.68