vamsi krishna wrote:
Hello All,

the /proc/<pid>/*map files seems to be binary files, how can I get
list of memory mapping in program ? (specifically those between heap
and stack).

o Is there a more elegant way rather than doing something like
FILE *ptr = popen("pmap <pid>","r"); (reading the standard out of pmap)

can i parse the *map files ? If yes is there any reference I can read it??

proc(4)
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to