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

Function bin_prefork

app/redis-6.2.6/deps/jemalloc/src/bin.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void
38bin_prefork(tsdn_t *tsdn, bin_t *bin) {
39 malloc_mutex_prefork(tsdn, &bin->lock);
40}
41
42void
43bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) {

Callers 1

arena_prefork7Function · 0.85

Calls 1

malloc_mutex_preforkFunction · 0.85

Tested by

no test coverage detected