Searched refs:base_postfork_child (Results 1 – 4 of 4) sorted by relevance
19 void base_postfork_child(tsdn_t *tsdn, base_t *base);
124 #define base_postfork_child JEMALLOC_N(base_postfork_child) macro
506 base_postfork_child(tsdn_t *tsdn, base_t *base) { in base_postfork_child() function
2287 base_postfork_child(tsdn, arena->base); in arena_postfork_child()