Home
last modified time | relevance | path

Searched refs:lu_mem (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dllimits.h24 typedef LUAI_UMEM lu_mem; typedef
27 typedef size_t lu_mem; typedef
30 typedef unsigned long lu_mem; typedef
48 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0))
A Dlgc.c108 static lu_mem atomic (lua_State *L);
339 static lu_mem markbeingfnz (global_State *g) { in markbeingfnz()
341 lu_mem count = 0; in markbeingfnz()
652 static lu_mem propagatemark (global_State *g) { in propagatemark()
668 static lu_mem propagateall (global_State *g) { in propagateall()
669 lu_mem tot = 0; in propagateall()
1294 lu_mem numobjs; in entergen()
1516 static lu_mem atomic (lua_State *L) { in atomic()
1518 lu_mem work = 0; in atomic()
1576 static lu_mem singlestep (lua_State *L) { in singlestep()
[all …]
A Dlstate.h254 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
255 lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */
389 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)

Completed in 8 milliseconds