Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt300 jemalloc_postfork_child
Dprivate_namespace.h302 #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child) macro
Dprivate_unnamespace.h302 #undef jemalloc_postfork_child
Djemalloc_internal.h480 void jemalloc_postfork_child(void);
Djemalloc_internal.h.in480 void jemalloc_postfork_child(void);
/external/jemalloc/src/
Djemalloc.c1307 jemalloc_postfork_child) != 0) {
2712 jemalloc_postfork_child(void) function