Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstate.c35 #if !defined(LUAI_GCMUL)
36 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ macro
304 g->gcstepmul = LUAI_GCMUL; in lua_newstate()
/freebsd/contrib/lua/src/
H A Dlgc.h138 #define LUAI_GCMUL 100 macro
H A Dlstate.c405 setgcparam(g->gcstepmul, LUAI_GCMUL); in lua_newstate()