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

Function tcache_postfork_parent

deps/jemalloc/src/tcache.c:786–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void
787tcache_postfork_parent(tsdn_t *tsdn) {
788 if (!config_prof && opt_tcache) {
789 malloc_mutex_postfork_parent(tsdn, &tcaches_mtx);
790 }
791}
792
793void
794tcache_postfork_child(tsdn_t *tsdn) {

Callers 1

jemalloc_postfork_parentFunction · 0.70

Calls 1

Tested by

no test coverage detected