Searched defs:allgc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.h22 ** Lua keeps most objects linked in list g->allgc. The link uses field
127 GCObject *allgc; /* list of all collectable objects */ member in struct:global_State
129 GCObject **sweepgc; /* current position of sweep in list 'allgc' */

Completed in 74 milliseconds