Searched refs:lu_mem (Results 1 – 4 of 4) sorted by relevance
/external/lua/src/ |
D | llimits.h | 23 typedef LUAI_UMEM lu_mem; typedef 26 typedef size_t lu_mem; typedef 29 typedef unsigned long lu_mem; typedef 46 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0))
|
D | lstate.h | 142 lu_mem GCmemtrav; /* memory traversed by the GC */ 143 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ 243 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
|
D | lgc.c | 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() [all …]
|
D | lfunc.h | 37 lu_mem refcount; /* reference counter */
|