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

Function arena_cleanup

deps/jemalloc/src/jemalloc.c:622–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622void
623arena_cleanup(tsd_t *tsd) {
624 arena_t *arena;
625
626 arena = tsd_arena_get(tsd);
627 if (arena != NULL) {
628 arena_unbind(tsd, arena_ind_get(arena), false);
629 }
630}
631
632void
633arenas_tdata_cleanup(tsd_t *tsd) {

Callers 1

tsd_do_data_cleanupFunction · 0.70

Calls 2

arena_unbindFunction · 0.70
arena_ind_getFunction · 0.50

Tested by

no test coverage detected