Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.h252 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
389 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
A Dlstate.c94 g->totalbytes = tb - debt; in luaE_setdebt()
391 g->totalbytes = sizeof(LG); in lua_newstate()

Completed in 5 milliseconds