Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dlpwatch.py48 totalbytes = 0
62 totalbytes += bytes
78 line = '%d K' % ((totalbytes+1023) // 1024)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
Dlstate.c107 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()
302 g->totalbytes = sizeof(LG); in lua_newstate()