Lines Matching refs:ProcMemInfo
103 bool ProcMemInfo::ResetWorkingSet(pid_t pid) { in ResetWorkingSet()
113 ProcMemInfo::ProcMemInfo(pid_t pid, bool get_wss, uint64_t pgflags, uint64_t pgflags_mask) in ProcMemInfo() function in android::meminfo::ProcMemInfo
116 const std::vector<Vma>& ProcMemInfo::Maps() { in Maps()
124 const std::vector<Vma>& ProcMemInfo::MapsWithPageIdle() { in MapsWithPageIdle()
132 const std::vector<Vma>& ProcMemInfo::Smaps(const std::string& path) { in Smaps()
151 const MemUsage& ProcMemInfo::Usage() { in Usage()
165 const MemUsage& ProcMemInfo::Wss() { in Wss()
179 bool ProcMemInfo::ForEachVma(const VmaCallback& callback) { in ForEachVma()
184 bool ProcMemInfo::SmapsOrRollup(MemUsage* stats) const { in SmapsOrRollup()
190 bool ProcMemInfo::SmapsOrRollupPss(uint64_t* pss) const { in SmapsOrRollupPss()
196 const std::vector<uint16_t>& ProcMemInfo::SwapOffsets() { in SwapOffsets()
210 bool ProcMemInfo::PageMap(const Vma& vma, std::vector<uint64_t>* pagemap) { in PageMap()
237 bool ProcMemInfo::ReadMaps(bool get_wss, bool use_pageidle) { in ReadMaps()
279 bool ProcMemInfo::ReadVmaStats(int pagemap_fd, Vma& vma, bool get_wss, bool use_pageidle) { in ReadVmaStats()