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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/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;
/freebsd-12-stable/contrib/lua/src/
H A 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;

Completed in 107 milliseconds