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

Function tcache_postfork_child

app/redis-6.2.6/deps/jemalloc/src/tcache.c:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void
713tcache_postfork_child(tsdn_t *tsdn) {
714 if (!config_prof && opt_tcache) {
715 malloc_mutex_postfork_child(tsdn, &tcaches_mtx);
716 }
717}

Callers 1

jemalloc_postfork_childFunction · 0.85

Calls 1

Tested by

no test coverage detected