Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DConstString.cpp196 static Pool *g_string_pool = NULL; in StringPool() local
198 if (g_string_pool == NULL) in StringPool()
201 if (g_string_pool == NULL) in StringPool()
203 g_string_pool = new Pool(); in StringPool()
207 return *g_string_pool; in StringPool()