Searched refs:lu_mem (Results 1 – 3 of 3) sorted by relevance
28 typedef LUAI_UMEM lu_mem; typedef31 typedef size_t lu_mem; typedef34 typedef unsigned long lu_mem; typedef52 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0))
111 static lu_mem atomic (lua_State *L);348 static lu_mem markbeingfnz (global_State *g) { in markbeingfnz()350 lu_mem count = 0; in markbeingfnz()545 static lu_mem traversetable (global_State *g, Table *h) { in traversetable()661 static lu_mem propagatemark (global_State *g) { in propagatemark()677 static lu_mem propagateall (global_State *g) { in propagateall()678 lu_mem tot = 0; in propagateall()1330 static lu_mem entergen (lua_State *L, global_State *g) { in entergen()1331 lu_mem numobjs; in entergen()1376 static lu_mem fullgen (lua_State *L, global_State *g) { in fullgen()[all …]
261 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */262 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */396 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)