Home
last modified time | relevance | path

Searched refs:jemalloc_postfork_child (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_externs.h53 void jemalloc_postfork_child(void);
HDprivate_namespace.h18 #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child) macro
/freebsd-13-stable/contrib/jemalloc/
HDFREEBSD-diffs507 @@ -3919,4 +4001,11 @@ jemalloc_postfork_child(void) {
/freebsd-13-stable/contrib/jemalloc/src/
HDjemalloc.c1589 jemalloc_postfork_child) != 0) { in malloc_init_hard_recursible()
3976 jemalloc_postfork_child(void) { in jemalloc_postfork_child() function