Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h51 void jemalloc_prefork(void);
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c1588 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent, in malloc_init_hard_recursible()
3863 jemalloc_prefork(void) in jemalloc_prefork() function