Home
last modified time | relevance | path

Searched refs:swap_offsets_ (Results 1 – 3 of 3) sorted by relevance

/system/core/libmeminfo/
Dprocmeminfo.cpp200 return swap_offsets_; in SwapOffsets()
207 return swap_offsets_; in SwapOffsets()
310 swap_offsets_.emplace_back(PAGE_SWAP_OFFSET(p)); in ReadVmaStats()
317 swap_offsets_.clear(); in ReadVmaStats()
326 swap_offsets_.clear(); in ReadVmaStats()
/system/core/libmeminfo/include/meminfo/
Dprocmeminfo.h102 std::vector<uint16_t> swap_offsets_; variable
/system/core/libmeminfo/tools/
Dprocrank.cpp82 swap_offsets_ = procmem->SwapOffsets(); in ProcessRecord()
89 for (auto& off : swap_offsets_) { in CalculateSwap()
105 const std::vector<uint16_t>& SwapOffsets() const { return swap_offsets_; } in SwapOffsets()
117 std::vector<uint16_t> swap_offsets_; member