Does Android support Virtual memory

后端 未结 2 1060
遥遥无期
遥遥无期 2021-02-10 04:31

Does Android support virtual memory concept? I read it does use paging but not swap space. That is, it relies heavily on being able to mmap() files and have the kernel page in

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-10 04:54

    Here are some links related to android memory management. http://mobworld.wordpress.com/2010/07/05/memory-management-in-android/ http://android-developers.blogspot.kr/2011/03/memory-analysis-for-android.html

    Android uses virtual memory but swap partition is not enabled in android kernel

提交回复
热议问题