Home
last modified time | relevance | path

Searched refs:gcmajorinc (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h141 int gcmajorinc; /* pause between major collections (only in gen. mode) */ member
H A Dlstate.c303 g->gcmajorinc = LUAI_GCMAJOR; in lua_newstate()
H A Dlapi.c1068 res = g->gcmajorinc; in lua_gc()
1069 g->gcmajorinc = data; in lua_gc()
H A Dlgc.c1127 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()