Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstate.h140 int gcmajorinc; /* pause between major collections (only in gen. mode) */ member
Dlstate.c305 g->gcmajorinc = LUAI_GCMAJOR; in lua_newstate()
Dlapi.c1071 res = g->gcmajorinc; in lua_gc()
1072 g->gcmajorinc = data; in lua_gc()
Dlgc.c1128 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()