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

Function arena_set

deps/jemalloc/src/jemalloc.c:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void
297arena_set(unsigned ind, arena_t *arena) {
298 atomic_store_p(&arenas[ind], arena, ATOMIC_RELEASE);
299}
300
301static void
302narenas_total_set(unsigned narenas) {

Callers 2

arena_destroyFunction · 0.70
arena_newFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected