HomeSort by relevance Sort by last modified time
    Searched full:g_string_pool (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Core/
ConstString.cpp 196 static Pool *g_string_pool = NULL; local
198 if (g_string_pool == NULL)
201 if (g_string_pool == NULL)
203 g_string_pool = new Pool();
207 return *g_string_pool;

Completed in 1834 milliseconds