Lines Matching refs:lu_mem
207 typedef size_t lu_mem; typedef
210 #define IntPoint(p)((unsigned int)(lu_mem)(p))
448 lu_mem GCthreshold;
449 lu_mem totalbytes;
450 lu_mem estimate;
451 lu_mem gcdept;
2010 #define sweepwholelist(L,p)sweeplist(L,p,((lu_mem)(~(lu_mem)0)-2))
2011 static GCObject**sweeplist(lua_State*L,GCObject**p,lu_mem count){
2056 lu_mem oldt=g->GCthreshold;
2141 lu_mem old=g->totalbytes;
2149 lu_mem old=g->totalbytes;
2178 lim=(((lu_mem)(~(lu_mem)0)-2)-1)/2;