Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.c27 #if !defined(LUAI_GCPAUSE)
28 #define LUAI_GCPAUSE 200 /* 200% */ macro
302 g->gcpause = LUAI_GCPAUSE; in lua_newstate()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluaconf.h302 #define LUAI_GCPAUSE 200 /* 200% (wait memory to double before next GC) */ macro
H A Dlstate.c178 g->gcpause = LUAI_GCPAUSE; in lua_newstate()