Home | History | Annotate | Download | only in src

Lines Matching refs:ho

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