have you tried the pmap command?
For example, you can search the pid of each process by “ps aux”, and then you can use “pmap pid” to find the memory mapping.
1 Like
have you tried the pmap command?
For example, you can search the pid of each process by “ps aux”, and then you can use “pmap pid” to find the memory mapping.