Lines Matching refs:GCObject
125 GCObject *allgc; /* list of all collectable objects */
126 GCObject **sweepgc; /* current position of sweep in list */
127 GCObject *finobj; /* list of collectable objects with finalizers */
128 GCObject *gray; /* list of gray objects */
129 GCObject *grayagain; /* list of objects to be traversed atomically */
130 GCObject *weak; /* list of tables with weak values */
131 GCObject *ephemeron; /* list of ephemeron tables (weak keys) */
132 GCObject *allweak; /* list of all-weak tables */
133 GCObject *tobefnz; /* list of userdata to be GC */
134 GCObject *fixedgc; /* list of objects not to be collected */
163 GCObject *gclist;
186 GCObject gc; /* common header */