MCPcopy 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
305unsigned
306narenas_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. */
311static arena_t *

Callers 15

TEST_BEGINFunction · 0.85
arena_init_lockedFunction · 0.85
arena_tdata_get_hardFunction · 0.85
stats_print_atexitFunction · 0.85
jemalloc_preforkFunction · 0.85
jemalloc_postfork_parentFunction · 0.85
jemalloc_postfork_childFunction · 0.85
ctl_initFunction · 0.85
ctl.cFile · 0.85
arena_i_extent_hooks_ctlFunction · 0.85
stats_mutexes_reset_ctlFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_BEGINFunction · 0.68