Searched refs:prof_boot2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h87 bool prof_boot2(tsd_t *tsd);
H A Dprivate_namespace.h313 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
/freebsd-current/contrib/jemalloc/src/
H A Dprof.c2952 prof_boot2(tsd_t *tsd) { function
H A Djemalloc.c1771 /* Initialize narenas before prof_boot2 (for allocation). */
1775 if (config_prof && prof_boot2(tsd)) {

Completed in 138 milliseconds