Home
last modified time | relevance | path

Searched refs:bytes_total (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConstString.h400 size_t GetBytesTotal() const { return bytes_total; } in GetBytesTotal()
402 size_t GetBytesUnused() const { return bytes_total - bytes_used; } in GetBytesUnused()
403 size_t bytes_total = 0; member
/llvm-project-15.0.7/lldb/source/Utility/
H A DConstString.cpp167 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()