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

Function iarena_cleanup

deps/jemalloc/src/jemalloc.c:612–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void
613iarena_cleanup(tsd_t *tsd) {
614 arena_t *iarena;
615
616 iarena = tsd_iarena_get(tsd);
617 if (iarena != NULL) {
618 arena_unbind(tsd, arena_ind_get(iarena), true);
619 }
620}
621
622void
623arena_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