Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlstate.c36 #if !defined(LUAI_GCMUL)
37 #define LUAI_GCMUL 200 /* GC runs 'twice the speed' of memory allocation */ macro
304 g->gcstepmul = LUAI_GCMUL; in lua_newstate()