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

Function tsd_do_data_cleanup

app/redis-6.2.6/deps/jemalloc/src/tsd.c:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203static void
204tsd_do_data_cleanup(tsd_t *tsd) {
205 prof_tdata_cleanup(tsd);
206 iarena_cleanup(tsd);
207 arena_cleanup(tsd);
208 arenas_tdata_cleanup(tsd);
209 tcache_cleanup(tsd);
210 witnesses_cleanup(tsd_witness_tsdp_get_unsafe(tsd));
211}
212
213void
214tsd_cleanup(void *arg) {

Callers 1

tsd_cleanupFunction · 0.85

Calls 6

prof_tdata_cleanupFunction · 0.85
iarena_cleanupFunction · 0.85
arena_cleanupFunction · 0.85
arenas_tdata_cleanupFunction · 0.85
tcache_cleanupFunction · 0.85
witnesses_cleanupFunction · 0.85

Tested by

no test coverage detected