I would like to find out the size of heap memory being used by a process. I used the following command, which gives some information about heap memory, but it is unclear if it produces the result I am after.
\$ fgrep '[heap]' maps
01538000-01ce2000 rw-p 00000000 00:00 0 [heap]
I would appreciate your help. Thanks.