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

Function tcache_postfork_parent

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

Source from the content-addressed store, hash-verified

703}
704
705void
706tcache_postfork_parent(tsdn_t *tsdn) {
707 if (!config_prof && opt_tcache) {
708 malloc_mutex_postfork_parent(tsdn, &tcaches_mtx);
709 }
710}
711
712void
713tcache_postfork_child(tsdn_t *tsdn) {

Callers 1

jemalloc_postfork_parentFunction · 0.85

Calls 1

Tested by

no test coverage detected