Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp193 static Pool *g_string_pool = nullptr; in StringPool() local
196 []() { g_string_pool = new Pool(); }); in StringPool()
198 return *g_string_pool; in StringPool()