MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / narenas_total_inc

Function narenas_total_inc

deps/jemalloc/src/jemalloc.c:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306static void
307narenas_total_inc(void) {
308 atomic_fetch_add_u(&narenas_total, 1, ATOMIC_RELEASE);
309}
310
311unsigned
312narenas_total_get(void) {

Callers 2

arena_init_lockedFunction · 0.70
malloc_init_narenasFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected