Home | History | Annotate | Download | only in src

Lines Matching refs:ho

881     GCheader *ho = gch(o);
882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
888 *p = ho->next; /* remove 'o' from root list */
889 ho->next = g->finobj; /* link it in list 'finobj' */
891 l_setbit(ho->marked, SEPARATED); /* mark it as such */