Searched refs:checkstackGCp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/lua/src/ |
| H A D | ldo.h | 48 #define checkstackGCp(L,n,p) \ macro
|
| H A D | ldo.c | 415 checkstackGCp(L, 1, func); /* space for metamethod */ in luaD_tryfuncTM() 520 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in precallC() 556 checkstackGCp(L, fsize - delta, func); in luaD_pretailcall() 603 checkstackGCp(L, fsize, func); in luaD_precall()
|
| H A D | ltm.c | 263 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()
|