Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h84 bool prof_boot2(tsd_t *tsd, base_t *base);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h497 #define prof_boot2 JEMALLOC_N(prof_boot2) macro
/src/contrib/jemalloc/src/
H A Dprof.c587 prof_boot2(tsd_t *tsd, base_t *base) { in prof_boot2() function
H A Djemalloc.c2155 if (config_prof && prof_boot2(tsd, b0get())) { in malloc_init_hard()