HomeSort by relevance Sort by last modified time
    Searched refs:gettotalbytes (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt) macro
lgc.c 912 debt = -cast(l_mem, threshold - gettotalbytes(g));
951 g->GCestimate = gettotalbytes(g);
    [all...]
lstate.c 228 lua_assert(gettotalbytes(g) == sizeof(LG));
lapi.c 1042 res = cast_int(gettotalbytes(g) >> 10);
1046 res = cast_int(gettotalbytes(g) & 0x3ff);

Completed in 191 milliseconds