Allocated heap discrepancy in Android Device Monitor -


i beginner android development , trying understand problem of efficient heap usage our application. app plays lot of bitmaps, large offline maps used ground overlays google maps.

i use heap viewer of android device manager. however, there big discrepancy between "allocated" heap (52.4mb) , sum of "total size" of items in "stats" (around 34mb excluding "free" item). possible explanation helpful!

screenshot device manager


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -