Home | History | Annotate | Download | only in alloc

Lines Matching refs:zygote

186     /* True if zygote mode was active when the HeapSource was created.
541 hs->sawZygote = gDvm.zygote;
579 * This is called while in zygote mode, right before we fork() for the
580 * first time. We create a heap for all future zygote process allocations,
581 * in an attempt to avoid touching pages in the zygote heap. (This would
592 assert(gDvm.zygote);
595 /* Create a new heap for post-fork zygote allocations. We only
598 LOGV("Splitting out new zygote heap\n");
1068 * it was allocated as part of zygote.
1074 * running in zygote mode.