Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h141 #define LUAI_GCSTEPSIZE 13 /* 8 KB */ macro
Dlstate.c428 g->gcstepsize = LUAI_GCSTEPSIZE; in lua_newstate()