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?