Home
last modified time | relevance | path

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

/aosp12/system/memory/libmeminfo/tools/
H A Dprocrank.cpp48 unique_swap_(0), in ProcessRecord()
92 unique_swap_ += swap_offset_array[off] == 1 ? getpagesize() : 0; in CalculateSwap()
102 uint64_t unique_swap() const { return unique_swap_; } in unique_swap()
115 uint64_t unique_swap_; member