Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h71 void jemalloc_postfork_child(void);
/src/contrib/jemalloc/src/
H A Dzone.c303 jemalloc_postfork_child(); in zone_force_unlock()
H A Djemalloc.c1962 jemalloc_postfork_child) != 0) { in malloc_init_hard_recursible()
4551 jemalloc_postfork_child(void) { in jemalloc_postfork_child() function
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h17 #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child) macro
/src/contrib/jemalloc/
H A DFREEBSD-diffs507 @@ -3919,4 +4001,11 @@ jemalloc_postfork_child(void) {