Searched refs:lu_mem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstate.h115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */
117 lu_mem GCmemtrav; /* memory traversed by the GC */
118 lu_mem GCestimate; /* an estimate of the non-garbage memory in use */
H A Dllimits.h20 typedef LUAI_UMEM lu_mem; typedef
32 #define MAX_LUMEM ((lu_mem)(~(lu_mem)0)-2)
44 #define IntPoint(p) ((unsigned int)(lu_mem)(p))
H A Dlgc.c244 lu_mem size;
434 static lu_mem traversetable (global_State *g, Table *h) {
479 static lu_mem traverseCclosure (global_State *g, CClosure *cl) {
486 static lu_mem traverseLclosure (global_State *g, LClosure *cl) {
495 static lu_mem traversestack (global_State *g, lua_State *th) {
515 lu_mem size;
684 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count);
712 static GCObject **sweeplist (lua_State *L, GCObject **p, lu_mem count) {
1033 static lu_mem singlestep (lua_State *L) {
1046 lu_mem oldtra
[all...]
H A Dlapi.c1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE;

Completed in 79 milliseconds