RFE for correcting pmap(1M) in Solaris 11.1
For example, the pmap(1M) of a Solaris 10 U10 is:
Example 2: Displaying Memory Allocation and Mapping Types
The -x option can be used to provide information about the
memory allocation and mapping types per mapping. The amount
of resident, non-shared anonymous, and locked memory is
shown for each mapping:
example$ pmap -x 102908
102908: sh
Address Kbytes RSS Anon Locked Mode Mapped File
00010000 88 88 - - r-x-- sh
00036000 8 8 8 - rwx-- sh
00038000 16 16 16 - rwx-- [ heap ]
FF260000 16 16 - - r-x-- en_US.ISO8859-1.so.2
FF272000 16 16 - - rwx-- en_US.ISO8859-1.so.2
FF280000 664 624 - - r-x-- libc.so.1
FF336000 32 32 8 - rwx-- libc.so.1
0