Lines Matching refs:GCObject
278 GCObject *allgc; /* list of all collectable objects */
279 GCObject **sweepgc; /* current position of sweep in list */
280 GCObject *finobj; /* list of collectable objects with finalizers */
281 GCObject *gray; /* list of gray objects */
282 GCObject *grayagain; /* list of objects to be traversed atomically */
283 GCObject *weak; /* list of tables with weak values */
284 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
285 GCObject *allweak; /* list of all-weak tables */
286 GCObject *tobefnz; /* list of userdata to be GC */
287 GCObject *fixedgc; /* list of objects not to be collected */
289 GCObject *survival; /* start of objects that survived one GC cycle */
290 GCObject *old1; /* start of old1 objects */
291 GCObject *reallyold; /* objects more than one cycle old ("really old") */
292 GCObject *firstold1; /* first OLD1 object in the list (if any) */
293 GCObject *finobjsur; /* list of survival objects with finalizers */
294 GCObject *finobjold1; /* list of old1 objects with finalizers */
295 GCObject *finobjrold; /* list of really old objects with finalizers */
323 GCObject *gclist;
356 GCObject gc; /* common header */