Searched defs:ProcessMemory (Results 1 – 1 of 1) sorted by relevance
29 struct ProcessMemory { struct30 int32_t pid;31 std::string name;32 int32_t rss; //unit KB33 int32_t pss; //unit KB