How to know that which is process allocate memory to?

亡梦爱人 提交于 2020-01-07 06:59:08

问题


I want to know the zone that process allocate memory to. I know that I can use

cat /proc/pid/status

And also

cat /proc/zoneinfo

Both of this command that doesn't answer where the memory of process allocated to. Is there any other command? And if there is how can I implement it in the kernel?

来源:https://stackoverflow.com/questions/43674673/how-to-know-that-which-is-process-allocate-memory-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!