Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Dprof_externs.h85 bool prof_boot2(tsd_t *tsd);
Dprivate_namespace_jet.h293 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
Dprivate_namespace.h290 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
/external/jemalloc_new/src/
Dprof.c2292 prof_boot2(tsd_t *tsd) { in prof_boot2() function
Djemalloc.c1554 if (config_prof && prof_boot2(tsd)) {