Home
last modified time | relevance | path

Searched refs:jemalloc_postfork_parent (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Djemalloc_internal_externs.h49 void jemalloc_postfork_parent(void);
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c1359 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
3349 jemalloc_postfork_parent(void) in jemalloc_postfork_parent() function