This question is based on the video on "Dalvik VM internal" by Dan Bornstein on YouTube. Dan explained clean/dirty and private/shared concepts. Under this, the memory section of zygote has been categorized as "shared clean"(core library dex files) and as "shared dirty" ( live dex structures").
On Mar 30, 1:55 am, fadden <[email protected]> wrote: > On Mar 26, 6:18 am, Happy_Per <[email protected]> wrote: > > > What are "core library dex files" ? what are "live" core libraries > > (library "live" dex structures)? > > > please explain the difference between dex file and dex structure here > > to understand it in better way. Also what core libraries are being > > referenced here - java core libraries OR C core libraries ? > > You need to provide a little more context. Is there a specific source > file that you're looking at when you say "here"? (There's a few > different places in the tree that deal with zygote stuff.) -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
