Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h49 void jemalloc_postfork_parent(void);
Dprivate_namespace_jet.h17 #define jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent) macro
Dprivate_namespace.h17 #define jemalloc_postfork_parent JEMALLOC_N(jemalloc_postfork_parent) macro
/external/jemalloc_new/src/
Dandroid_je_iterate.c116 jemalloc_postfork_parent(); in je_malloc_enable()
Dzone.c301 jemalloc_postfork_parent(); in zone_force_unlock()
Djemalloc.c1367 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent,
3279 jemalloc_postfork_parent(void) function