android - Dalvik heap size and heap base -


i wonder how can determine heap base address , heap size,

i able dump application heap,

is there way ?

plus when trying read process memory map via /proc/pid/maps, don't see [heap] section, why ?

does dvm allocate anonymous regions using mmap ?

if yes how can track them ?

in linux api, can use showmap dump heap size information, , section /ashmem/dalvik-heap . , android ddms gives 2 tools analysis java heap , native heap. java heap android hprof, , native heap native heap analysis.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -