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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
llimits.h 22 typedef LUAI_MEM l_mem; typedef
34 #define MAX_LMEM ((l_mem) ((MAX_LUMEM >> 1) - 2))
lgc.c 906 static void setpause (global_State *g, l_mem estimate) {
907 l_mem debt, threshold;
912 debt = -cast(l_mem, threshold - gettotalbytes(g));
992 static l_mem atomic (lua_State *L) {
994 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */
    [all...]
lstate.c 106 void luaE_setdebt (global_State *g, l_mem debt) {

Completed in 176 milliseconds