Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.c35 #if !defined(LUAI_GCMUL)
36 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ macro
330 g->gcstepmul = LUAI_GCMUL; in lua_newstate()