On 3/2/13 6:11 PM, Mark Murphy wrote:
> This may be slightly off-topic, but what is "android::MemoryBase"? I'm
> always on the lookout for regressions, which is why your "marks this
> API as private and would cause a crash" caught my attention.
>
> I'll try to give the beta a whirl on Sunday.
>
> Thanks!
Hi Mark,
android::MemoryBase and its counterpart MemoryHeapBase provide a means
to access a block of non contiguous memory. They provide access to this
memory as a wrapper around Android shared memory (ashmem) provided by
the Linux kernel. This allows you to share memory across different
processes through a binder.
We look forward to hearing your results, thanks!
--
Nick Parker