Lines Matching refs:GCObject
240 GCObject *allgc; /* list of all collectable objects */
241 GCObject **sweepgc; /* current position of sweep in list */
242 GCObject *finobj; /* list of collectable objects with finalizers */
243 GCObject *gray; /* list of gray objects */
244 GCObject *grayagain; /* list of objects to be traversed atomically */
245 GCObject *weak; /* list of tables with weak values */
246 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
247 GCObject *allweak; /* list of all-weak tables */
248 GCObject *tobefnz; /* list of userdata to be GC */
249 GCObject *fixedgc; /* list of objects not to be collected */
251 GCObject *survival; /* start of objects that survived one GC cycle */
252 GCObject *old1; /* start of old1 objects */
253 GCObject *reallyold; /* objects more than one cycle old ("really old") */
254 GCObject *firstold1; /* first OLD1 object in the list (if any) */
255 GCObject *finobjsur; /* list of survival objects with finalizers */
256 GCObject *finobjold1; /* list of old1 objects with finalizers */
257 GCObject *finobjrold; /* list of really old objects with finalizers */
284 GCObject *gclist;
311 GCObject gc; /* common header */