Home
last modified time | relevance | path

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

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