Lines Matching refs:GCObject
39 GCObject **hash;
75 GCObject *rootgc; /* list of all collectable objects */
76 GCObject **sweepgc; /* position of sweep in `rootgc' */
77 GCObject *gray; /* list of gray objects */
78 GCObject *grayagain; /* list of objects to be traversed atomically */
79 GCObject *weak; /* list of weak tables (to be cleared) */
80 GCObject *tmudata; /* last element of list of userdata to be GC */
123 GCObject *openupval; /* list of open upvalues in this stack */
124 GCObject *gclist;
136 union GCObject { union
162 #define obj2gco(v) (cast(GCObject *, (v)))