Home
last modified time | relevance | path

Searched refs:GCSTEPSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.h30 #if !defined(GCSTEPSIZE)
32 #define GCSTEPSIZE (cast_int(100 * sizeof(TString))) macro
H A Dlgc.c34 #define GCSWEEPMAX (cast_int((GCSTEPSIZE / GCSWEEPCOST) / 4))
1150 } while (debt > -GCSTEPSIZE && g->gcstate != GCSpause); in incstep()
1180 else luaE_setdebt(g, -GCSTEPSIZE); /* avoid being called too often */ in luaC_step()
H A Dlapi.c1054 lu_mem debt = cast(lu_mem, data) * 1024 - GCSTEPSIZE; in lua_gc()