Home
last modified time | relevance | path

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

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_log.h9 bool prof_log_init(tsd_t *tsdn);
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h555 #define prof_log_init JEMALLOC_N(prof_log_init) macro
/src/contrib/jemalloc/src/
H A Dprof_log.c703 prof_log_init(tsd_t *tsd) { in prof_log_init() function
H A Dprof.c657 if (prof_log_init(tsd)) { in prof_boot2()