Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_externs.h31 bool background_thread_boot1(tsdn_t *tsdn);
Dprivate_namespace.h87 #define background_thread_boot1 JEMALLOC_N(background_thread_boot1) macro
Dprivate_namespace_jet.h88 #define background_thread_boot1 JEMALLOC_N(background_thread_boot1) macro
/external/jemalloc_new/src/
Dbackground_thread.c864 background_thread_boot1(tsdn_t *tsdn) { in background_thread_boot1() function
Djemalloc.c1551 if (malloc_init_narenas() || background_thread_boot1(tsd_tsdn(tsd))) {