MCPcopy Create free account
hub / github.com/F-Stack/f-stack / arena_cleanup

Function arena_cleanup

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:608–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void
609arena_cleanup(tsd_t *tsd) {
610 arena_t *arena;
611
612 arena = tsd_arena_get(tsd);
613 if (arena != NULL) {
614 arena_unbind(tsd, arena_ind_get(arena), false);
615 }
616}
617
618void
619arenas_tdata_cleanup(tsd_t *tsd) {

Callers 1

tsd_do_data_cleanupFunction · 0.85

Calls 2

arena_unbindFunction · 0.85
arena_ind_getFunction · 0.85

Tested by

no test coverage detected