Searched refs:prof_boot2 (Results 1 – 6 of 6) sorted by relevance
85 bool prof_boot2(tsd_t *tsd);
294 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
291 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
2292 prof_boot2(tsd_t *tsd) { in prof_boot2() function
1556 if (config_prof && prof_boot2(tsd)) {
48768 -bool prof_boot2(tsd_t *tsd, base_t *base);77558 - /* Initialize narenas before prof_boot2 (for allocation). */77563 - if (config_prof && prof_boot2(tsd, b0get())) {84413 -prof_boot2(tsd_t *tsd, base_t *base) {