reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Utility/ConstString.cpp
  138     size_t mem_size = sizeof(Pool);
  169 static Pool &StringPool() {
  171   static Pool *g_string_pool = nullptr;
  174                  []() { g_string_pool = new Pool(); });
  212   return Pool::GetConstCStringLength(m_string);