How to find out heap size for a PID
I'm new to Linux. I try pmap on a PID, hoping that it would indicate "heap" for heap size, like UNIX does. But it does not have the key word "heap". How do I find out (or calculate) the heap size of a PID under Linux?
Last edited by luexiong; 03-17-2005 at 08:50 AM.
|