Sharing RAM across android processes when using content provider

倖福魔咒の 提交于 2020-01-14 06:20:24

问题


While going through the android docs for Memory Management, I came across this particular section for Sharing memory across processes.

The third point states :

In many places, Android shares the same dynamic RAM across processes using explicitly allocated shared memory regions

and a very interesting example is given after this :

cursor buffers use shared memory between the content provider and client

I found this example pretty interesting and would like to learn more about this. As in, how exactly this thing works.

But sadly, I couldn't anything more helpful online after searching a bit.

Can someone please throw some more light on this.

Please let me know if this is not the right forum for this.

来源:https://stackoverflow.com/questions/55397060/sharing-ram-across-android-processes-when-using-content-provider

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!