Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/scripts/
Dlpwatch.py48 totalbytes = 0
62 totalbytes += bytes
78 line = '%d K' % ((totalbytes+1023) // 1024)
/external/lua/src/
Dlstate.h254 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
385 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
Dlstate.c94 g->totalbytes = tb - debt; in luaE_setdebt()
422 g->totalbytes = sizeof(LG); in lua_newstate()