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

Function tcache_prefork

deps/memkind/src/jemalloc/src/tcache.c:689–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689void
690tcache_prefork(tsdn_t *tsdn) {
691 if (!config_prof && opt_tcache) {
692 malloc_mutex_prefork(tsdn, &tcaches_mtx);
693 }
694}
695
696void
697tcache_postfork_parent(tsdn_t *tsdn) {

Callers 1

jemalloc_preforkFunction · 0.70

Calls 1

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected