|
LLDB mainline
|
Public Attributes | |
| PoolMutex | m_mutex |
| StringPool | m_string_map |
| std::size_t | used_bytes = 0 |
| The exact number of bytes used by this pool. | |
Definition at line 208 of file ConstString.cpp.
|
mutable |
Definition at line 209 of file ConstString.cpp.
Referenced by Pool::GetConstCStringAndSetMangledCounterPart(), Pool::GetConstCStringWithStringRef(), and Pool::GetMangledCounterpart().
| StringPool Pool::PoolEntry::m_string_map |
Definition at line 210 of file ConstString.cpp.
Referenced by Pool::GetConstCStringAndSetMangledCounterPart(), and Pool::GetConstCStringWithStringRef().
| std::size_t Pool::PoolEntry::used_bytes = 0 |
The exact number of bytes used by this pool.
This excludes alignment, padding and redzones.
Definition at line 213 of file ConstString.cpp.
Referenced by Pool::GetConstCStringAndSetMangledCounterPart(), and Pool::GetConstCStringWithStringRef().