On Jul 27, 4:49 am, Mercury <[email protected]> wrote:
> Could you please advice me why I call free as the above implement
> cause crash?

I don't know.

> If possible, could you tell me or share me a document about the design
> of heap implement in Dalvik?

There isn't one.  It uses the dlmalloc "mspace" stuff to manage the
storage, and has some additional structures (e.g. the object "mark"
bitmap) on top.  You can find some documentation about dlmalloc on the
web (e.g. http://g.oswego.edu/dl/html/malloc.html).

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to