Home
last modified time | relevance | path

Searched refs:LUAI_GCSTEPSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlgc.h141 #define LUAI_GCSTEPSIZE 13 /* 8 KB */ macro
H A Dlstate.c403 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()