Home
last modified time | relevance | path

Searched refs:MemoryStats (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h126 struct MemoryStats { struct
131 MemoryStats GetMemoryStats() const; argument
H A Dtsan_sync.cpp282 MetaMap::MemoryStats MetaMap::GetMemoryStats() const { in GetMemoryStats()
283 MemoryStats stats; in GetMemoryStats()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h399 struct MemoryStats {
407 static MemoryStats GetMemoryStats();
388 struct MemoryStats { global() struct
396 bytes_usedMemoryStats global() argument
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp165 ConstString::MemoryStats GetMemoryStats() const { in GetMemoryStats()
166 ConstString::MemoryStats stats; in GetMemoryStats()
335 ConstString::MemoryStats ConstString::GetMemoryStats() { in format()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h130 ConstString::MemoryStats stats = ConstString::GetMemoryStats();