HomeSort by relevance Sort by last modified time
    Searched refs:jemalloc_prefork (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/src/
android_je_iterate.c 33 * jemalloc_prefork() and jemalloc_postfork_parent(). The callback must
180 jemalloc_prefork();
zone.c 160 jemalloc_prefork();
jemalloc.c 1306 if (pthread_atfork(jemalloc_prefork, jemalloc_postfork_parent,
2653 jemalloc_prefork(void) function
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 304 #define jemalloc_prefork JEMALLOC_N(jemalloc_prefork) macro
private_unnamespace.h 304 #undef jemalloc_prefork macro
jemalloc_internal.h 478 void jemalloc_prefork(void);

Completed in 61 milliseconds