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

Function bin_prefork

deps/jemalloc/src/bin.c:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void
83bin_prefork(tsdn_t *tsdn, bin_t *bin) {
84 malloc_mutex_prefork(tsdn, &bin->lock);
85}
86
87void
88bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) {

Callers 1

arena_prefork7Function · 0.85

Calls 1

malloc_mutex_preforkFunction · 0.70

Tested by

no test coverage detected