aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pmap.md
blob: d2e0e795e4be0d057388b956de73ede7210036dd (plain) (blame)
1
2
3
4
5
6
7
# pmap(1)

```markdown
pmap <pid>
  ............. dump virtual memory map of process.
                compared to /proc/<pid>/maps it shows the size of the mappings
```