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

Function tsd_do_data_cleanup

deps/jemalloc/src/tsd.c:362–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362static void
363tsd_do_data_cleanup(tsd_t *tsd) {
364 prof_tdata_cleanup(tsd);
365 iarena_cleanup(tsd);
366 arena_cleanup(tsd);
367 arenas_tdata_cleanup(tsd);
368 tcache_cleanup(tsd);
369 witnesses_cleanup(tsd_witness_tsdp_get_unsafe(tsd));
370}
371
372void
373tsd_cleanup(void *arg) {

Callers 1

tsd_cleanupFunction · 0.70

Calls 6

prof_tdata_cleanupFunction · 0.70
iarena_cleanupFunction · 0.70
arena_cleanupFunction · 0.70
arenas_tdata_cleanupFunction · 0.70
tcache_cleanupFunction · 0.70
witnesses_cleanupFunction · 0.70

Tested by

no test coverage detected