Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h70 void jemalloc_postfork_parent(void);
/src/contrib/jemalloc/src/
H A Dzone.c301 jemalloc_postfork_parent(); in zone_force_unlock()
H A Djemalloc.c1961 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
4511 jemalloc_postfork_parent(void) in jemalloc_postfork_parent() function