MCPcopy 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
300static void
301narenas_total_inc(void) {
302 atomic_fetch_add_u(&narenas_total, 1, ATOMIC_RELEASE);
303}
304
305unsigned
306narenas_total_get(void) {

Callers 1

arena_init_lockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected