Home
last modified time | relevance | path

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

/minix/external/mit/lua/dist/src/
H A Dlstate.h114 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
217 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
H A Dlstate.c103 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()
323 g->totalbytes = sizeof(LG); in lua_newstate()
/minix/minix/servers/vm/
H A Dslaballoc.c506 int s, totalbytes = 0; in slabstats() local
518 totalbytes += bytes; in slabstats()
524 totalbytes/1024, pages, pages*VM_PAGE_SIZE/1024, in slabstats()
525 100 * totalbytes / (pages*VM_PAGE_SIZE)); in slabstats()
/minix/minix/servers/vfs/
H A Dpath.c599 int r, consumed, totalbytes, name_len; in get_name() local
618 totalbytes = r; /* number of bytes to consume */ in get_name()
638 } while (consumed < totalbytes); in get_name()