问题
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