commit | 1a0d0afefb7674d5fdec381baa66b51b73c4b7f7 | [log] [tgz] |
---|---|---|
author | Sandeep Patil <sspatil@google.com> | Sat Jan 12 21:29:19 2019 -0800 |
committer | Sandeep Patil <sspatil@google.com> | Sun Jan 13 19:55:49 2019 -0800 |
tree | db268c0f7d939fc6995bf7cef65ed3ed1d2d78bb | |
parent | 5b4015d9083802003351ddf6472fe145c3f441cb [diff] |
meminfo: Remove unnecessary working set stats The Vma and ProcMemInfo objects do not need separate stats objects for storing working set. The Vma either has working set or memory usage information and never both. Bug: 111694435 Test: libmeminfo_test 1 Change-Id: I2df05f7e750bbba4325474633e705d6d68dd2ccb Signed-off-by: Sandeep Patil <sspatil@google.com>