Home
last modified time | relevance | path

Searched defs:luaC_checkGC (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlgc.h125 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);) macro
/freebsd-13-stable/contrib/lua/src/
HDlgc.h162 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0) macro