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

Function arena_nactive_add

deps/jemalloc/src/arena.c:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372static void
373arena_nactive_add(arena_t *arena, size_t add_pages) {
374 atomic_fetch_add_zu(&arena->nactive, add_pages, ATOMIC_RELAXED);
375}
376
377static void
378arena_nactive_sub(arena_t *arena, size_t sub_pages) {

Callers 3

arena_extent_alloc_largeFunction · 0.70
arena_slab_allocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected