HomeSort by relevance Sort by last modified time
    Searched defs:debt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lapi.c 1055 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; local
1057 debt += g->GCdebt; /* include current debt */
1058 luaE_setdebt(g, debt);
lgc.c 907 l_mem debt, threshold; local
912 debt = -cast(l_mem, threshold - gettotalbytes(g));
913 luaE_setdebt(g, debt);
1134 l_mem debt = g->GCdebt; local
    [all...]

Completed in 717 milliseconds