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

Function base_postfork_parent

deps/jemalloc/src/base.c:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void
501base_postfork_parent(tsdn_t *tsdn, base_t *base) {
502 malloc_mutex_postfork_parent(tsdn, &base->mtx);
503}
504
505void
506base_postfork_child(tsdn_t *tsdn, base_t *base) {

Callers 1

arena_postfork_parentFunction · 0.70

Calls 1

Tested by

no test coverage detected