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

Function tcache_arena_reassociate

deps/jemalloc/src/tcache.c:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void
389tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) {
390 tcache_arena_dissociate(tsdn, tcache);
391 tcache_arena_associate(tsdn, tcache, arena);
392}
393
394bool
395tsd_tcache_enabled_data_init(tsd_t *tsd) {

Callers 3

ctl.cFile · 0.70
arena_choose_implFunction · 0.50
percpu_arena_updateFunction · 0.50

Calls 2

tcache_arena_dissociateFunction · 0.70
tcache_arena_associateFunction · 0.70

Tested by

no test coverage detected