LLDB mainline
Pool::PoolEntry Struct Reference

Public Attributes

PoolMutex m_mutex
StringPool m_string_map
std::size_t used_bytes = 0
 The exact number of bytes used by this pool.

Detailed Description

Definition at line 208 of file ConstString.cpp.

Member Data Documentation

◆ m_mutex

◆ m_string_map

StringPool Pool::PoolEntry::m_string_map

◆ used_bytes

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().


The documentation for this struct was generated from the following file: