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

Function base_postfork_child

app/redis-6.2.6/deps/jemalloc/src/base.c:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void
506base_postfork_child(tsdn_t *tsdn, base_t *base) {
507 malloc_mutex_postfork_child(tsdn, &base->mtx);
508}
509
510bool
511base_boot(tsdn_t *tsdn) {

Callers 1

arena_postfork_childFunction · 0.85

Calls 1

Tested by

no test coverage detected