Home
last modified time | relevance | path

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

/freebsd/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/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 GetMemoryStats()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h399 struct MemoryStats { struct
407 static MemoryStats GetMemoryStats(); argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h130 ConstString::MemoryStats stats = ConstString::GetMemoryStats();