Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
df7f8babc2c13f7adf53ff8e17580ae47c0e07bf
/
.
/
ap
/
app
/
busybox
/
src
/
scripts
/
sample_pmap
blob: e7fb4571dacc6fd1843ec481c1cd4ae64d56709f [
file
] [
log
] [
blame
]
#!/bin/sh
busybox
=../
busybox
$busybox sleep
10
&
pid
=
$
!
sleep
1
echo
"Memory map of '$busybox sleep 10':"
size $busybox
pmap $pid
|
env
-
grep
"^[0-9a-f][0-9a-f]* "
|
sort
-
r
-
t
" "
-
k2
,
999