Searched refs:totalbytes (Results 1 – 3 of 3) sorted by relevance
48 totalbytes = 062 totalbytes += bytes78 line = '%d K' % ((totalbytes+1023) // 1024)
115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
107 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()302 g->totalbytes = sizeof(LG); in lua_newstate()