Home
last modified time | relevance | path

Searched refs:GetMemoryStats (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp165 ConstString::MemoryStats GetMemoryStats() const { in GetMemoryStats() function in Pool
335 ConstString::MemoryStats ConstString::GetMemoryStats() { in GetMemoryStats() function in ConstString
336 return StringPool().GetMemoryStats(); in GetMemoryStats()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h131 MemoryStats GetMemoryStats() const;
H A Dtsan_sync.cpp282 MetaMap::MemoryStats MetaMap::GetMemoryStats() const { in GetMemoryStats() function in __tsan::MetaMap
H A Dtsan_platform_linux.cpp123 auto meta = ctx->metamap.GetMemoryStats(); in WriteMemoryProfile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h407 static MemoryStats GetMemoryStats();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h130 ConstString::MemoryStats stats = ConstString::GetMemoryStats();