Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c154 static bool log_tables_initialized = false; variable
463 if (!log_tables_initialized) { in prof_try_log()
471 log_tables_initialized = true; in prof_try_log()
2462 && log_tables_initialized) { in prof_log_rep_check()
2756 if (log_tables_initialized) { in prof_log_stop()
2760 log_tables_initialized = false; in prof_log_stop()
3045 log_tables_initialized = true; in prof_boot2()