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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -