Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h313 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ macro
H A Dlstate.c179 g->gcstepmul = LUAI_GCMUL; in lua_newstate()