I wonder how can I determine the heap base address and heap size,
I would like to be able to dump my application heap,
Is there any way to do it ?
Plus when I am trying to read the process memory map via /proc/pid/maps, I don't see the [heap] section, why ?
Does the DVM allocate anonymous regions using mmap ?
If yes how can I track them ?