LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::ConstString::MemoryStats Struct Reference

#include <ConstString.h>

Public Member Functions

size_t GetBytesTotal () const
 
size_t GetBytesUsed () const
 
size_t GetBytesUnused () const
 

Public Attributes

size_t bytes_total = 0
 
size_t bytes_used = 0
 

Detailed Description

Definition at line 397 of file ConstString.h.

Member Function Documentation

◆ GetBytesTotal()

size_t lldb_private::ConstString::MemoryStats::GetBytesTotal ( ) const
inline

Definition at line 398 of file ConstString.h.

References bytes_total.

Referenced by lldb_private::ConstStringStats::ToJSON().

◆ GetBytesUnused()

size_t lldb_private::ConstString::MemoryStats::GetBytesUnused ( ) const
inline

Definition at line 400 of file ConstString.h.

References bytes_total, and bytes_used.

Referenced by lldb_private::ConstStringStats::ToJSON().

◆ GetBytesUsed()

size_t lldb_private::ConstString::MemoryStats::GetBytesUsed ( ) const
inline

Definition at line 399 of file ConstString.h.

References bytes_used.

Referenced by lldb_private::ConstStringStats::ToJSON().

Member Data Documentation

◆ bytes_total

size_t lldb_private::ConstString::MemoryStats::bytes_total = 0

Definition at line 401 of file ConstString.h.

Referenced by GetBytesTotal(), GetBytesUnused(), and Pool::GetMemoryStats().

◆ bytes_used

size_t lldb_private::ConstString::MemoryStats::bytes_used = 0

Definition at line 402 of file ConstString.h.

Referenced by GetBytesUnused(), GetBytesUsed(), and Pool::GetMemoryStats().


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