Lines Matching defs:g
296 static int testobjref1 (global_State *g, GCObject *f, GCObject *t) { in testobjref1()
313 static void printobj (global_State *g, GCObject *o) { in printobj()
327 static int testobjref (global_State *g, GCObject *f, GCObject *t) { in testobjref()
340 static void checkobjref (global_State *g, GCObject *f, GCObject *t) { in checkobjref()
351 #define checkobjrefN(g,f,t) { if (t) checkobjref(g,f,obj2gco(t)); } argument
354 static void checkvalref (global_State *g, GCObject *f, const TValue *t) { in checkvalref()
359 static void checktable (global_State *g, Table *h) { in checktable()
379 static void checkudata (global_State *g, Udata *u) { in checkudata()
388 static void checkproto (global_State *g, Proto *f) { in checkproto()
405 static void checkCclosure (global_State *g, CClosure *cl) { in checkCclosure()
413 static void checkLclosure (global_State *g, LClosure *cl) { in checkLclosure()
439 static void checkstack (global_State *g, lua_State *L1) { in checkstack()
461 static void checkrefs (global_State *g, GCObject *o) { in checkrefs()
512 static void checkobject (global_State *g, GCObject *o, int maybedead, in checkobject()
534 static lu_mem checkgraylist (global_State *g, GCObject *o) { in checkgraylist()
563 static lu_mem checkgrays (global_State *g) { in checkgrays()
580 static void incifingray (global_State *g, GCObject *o, lu_mem *count) { in incifingray()
597 static lu_mem checklist (global_State *g, int maybedead, int tof, in checklist()
626 global_State *g = G(L); in lua_checkmemory() local
950 global_State *g = G(L); in gc_state() local