Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_externs.h50 void jemalloc_postfork_child(void);
Dprivate_namespace_jet.h16 #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child) macro
Dprivate_namespace.h16 #define jemalloc_postfork_child JEMALLOC_N(jemalloc_postfork_child) macro
/external/jemalloc_new/src/
Dzone.c303 jemalloc_postfork_child(); in zone_force_unlock()
Djemalloc.c1368 jemalloc_postfork_child) != 0) {
3316 jemalloc_postfork_child(void) { function