Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h399 size_t GetBytesTotal() const { return bytes_total; } in GetBytesTotal()
401 size_t GetBytesUnused() const { return bytes_total - bytes_used; } in GetBytesUnused()
402 size_t bytes_total = 0; member
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp167 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()