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

Function tcache_postfork_child

deps/jemalloc/src/tcache.c:793–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793void
794tcache_postfork_child(tsdn_t *tsdn) {
795 if (!config_prof && opt_tcache) {
796 malloc_mutex_postfork_child(tsdn, &tcaches_mtx);
797 }
798}

Callers 1

jemalloc_postfork_childFunction · 0.70

Calls 1

Tested by

no test coverage detected