rootgc 422 lib/lua/lgc.c if (curr == g->rootgc) /* is the first element of the list? */ rootgc 423 lib/lua/lgc.c g->rootgc = curr->gch.next; /* adjust first */ rootgc 487 lib/lua/lgc.c sweepwholelist(L, &g->rootgc); rootgc 550 lib/lua/lgc.c g->sweepgc = &g->rootgc; rootgc 640 lib/lua/lgc.c g->sweepgc = &g->rootgc; rootgc 687 lib/lua/lgc.c o->gch.next = g->rootgc; rootgc 688 lib/lua/lgc.c g->rootgc = o; rootgc 697 lib/lua/lgc.c o->gch.next = g->rootgc; /* link upvalue into `rootgc' list */ rootgc 698 lib/lua/lgc.c g->rootgc = o; rootgc 109 lib/lua/lstate.c lua_assert(g->rootgc == obj2gco(L)); rootgc 170 lib/lua/lstate.c g->rootgc = obj2gco(L); rootgc 172 lib/lua/lstate.c g->sweepgc = &g->rootgc; rootgc 75 lib/lua/lstate.h GCObject *rootgc; /* list of all collectable objects */