Home
last modified time | relevance | path

Searched refs:ctl_postfork_child (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h105 void ctl_postfork_child(tsdn_t *tsdn);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h156 #define ctl_postfork_child JEMALLOC_N(ctl_postfork_child) macro
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs508 ctl_postfork_child(tsd_tsdn(tsd));
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c4001 ctl_postfork_child(tsd_tsdn(tsd)); in jemalloc_postfork_child()
H A Dctl.c1409 ctl_postfork_child(tsdn_t *tsdn) { in ctl_postfork_child() function