Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
HDlstate.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()
/freebsd-11-stable/contrib/lua/src/
HDlstate.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()