
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
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%