Lines Matching refs:lu_mem
451 static lu_mem traversetable (global_State *g, Table *h) { in traversetable()
501 static lu_mem traverseCclosure (global_State *g, CClosure *cl) { in traverseCclosure()
514 static lu_mem traverseLclosure (global_State *g, LClosure *cl) { in traverseLclosure()
530 static lu_mem traversethread (global_State *g, lua_State *th) { in traversethread()
560 lu_mem size; in propagatemark()
725 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count);
735 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) { in sweeplist()
1029 static lu_mem sweepstep (lua_State *L, global_State *g, in sweepstep()
1045 static lu_mem singlestep (lua_State *L) { in singlestep()
1063 lu_mem work; in singlestep()
1137 lu_mem work = singlestep(L); /* perform one single step */ in luaC_step()