performance - What does Free and Allocated memory mean in Android Monitor? -


i using android studio profile app. under android monitor->memory tab, see free (9mb) , allocated (15 mb) memory app. mean? per understanding, when zygote starts app, allocates pre-defined memory chunk app. app, might have allocated 24 mb , app using 15 mb. understanding correct?

dark blue: amount of memory app using. light blue: available, unallocated memory.

https://developer.android.com/tools/performance/memory-monitor/index.html


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -