Home
last modified time | relevance | path

Searched defs:MemStat (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcmd_debug_unwind.cpp45 struct MemStat { struct
46 std::string vm_peak;
47 std::string vm_size;
48 std::string vm_hwm;
49 std::string vm_rss;
51 std::string ToString() const { in ToString()