Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dprof_externs.h85 bool prof_boot2(tsd_t *tsd);
Dprivate_namespace.h288 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
/freebsd-12-stable/contrib/jemalloc/src/
Dprof.c2292 prof_boot2(tsd_t *tsd) { in prof_boot2() function
Djemalloc.c1542 if (config_prof && prof_boot2(tsd)) { in malloc_init_hard()