Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp21 static constexpr size_t g_num_log_messages = 100; variable
42 Diagnostics::Diagnostics() : m_log_handler(g_num_log_messages) {} in Diagnostics()