Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DConstString.cpp198 static Pool *g_string_pool = nullptr; in StringPool() local
201 []() { g_string_pool = new Pool(); }); in StringPool()
203 return *g_string_pool; in StringPool()