8b30ac4cc15b174b7073227e619daf092701e5fb
So far, VM reported only the number of bytes actually allocated to each process. This patch adds two additional fields: the sum of the byte sizes of all the virtual address ranges in the process, and that number minus the part of the process stack that is not actually mapped in. Unfortunately, we have to guess where the process stack is, so the second field is not necessarily accurate. Change-Id: If9e07c20e8588bc3e11601ec79bdcebc06eba6ee
Description
No description provided