Searched refs:jemalloc_prefork (Results 1 – 6 of 6) sorted by relevance
48 void jemalloc_prefork(void);
18 #define jemalloc_prefork JEMALLOC_N(jemalloc_prefork) macro
112 jemalloc_prefork(); in je_malloc_disable()
280 jemalloc_prefork(); in zone_force_lock()
1367 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent,3206 jemalloc_prefork(void) function