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

Function tcache_prefork

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

Source from the content-addressed store, hash-verified

696}
697
698void
699tcache_prefork(tsdn_t *tsdn) {
700 if (!config_prof && opt_tcache) {
701 malloc_mutex_prefork(tsdn, &tcaches_mtx);
702 }
703}
704
705void
706tcache_postfork_parent(tsdn_t *tsdn) {

Callers 1

jemalloc_preforkFunction · 0.85

Calls 1

malloc_mutex_preforkFunction · 0.85

Tested by

no test coverage detected