Home
last modified time | relevance | path

Searched refs:l_mem (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h117 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
223 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
H A Dllimits.h19 typedef LUAI_MEM l_mem; typedef
31 #define MAX_LMEM ((l_mem) ((MAX_LUMEM >> 1) - 2))
H A Dlgc.c912 static void setpause (global_State *g, l_mem estimate) { in setpause()
913 l_mem debt, threshold; in setpause()
918 debt = -cast(l_mem, threshold - gettotalbytes(g)); in setpause()
998 static l_mem atomic (lua_State *L) { in atomic()
1000 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic()
1140 l_mem debt = g->GCdebt; in incstep()
H A Dlstate.c103 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h22 typedef LUAI_MEM l_mem; typedef
H A Dlgc.c277 static l_mem propagatemark (global_State *g) { in propagatemark()
556 static l_mem singlestep (lua_State *L) { in singlestep()
612 l_mem lim = (GCSTEPSIZE/100) * g->gcstepmul; in luaC_step()