Searched refs:checkstackGCp (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldo.h | 40 #define checkstackGCp(L,n,p) \ macro
|
A D | ldo.c | 520 checkstackGCp(L, LUA_MINSTACK, func); /* ensure minimum stack size */ in luaD_precall() 544 checkstackGCp(L, fsize, func); in luaD_precall() 557 checkstackGCp(L, 1, func); /* space for metamethod */ in luaD_precall()
|
A D | ltm.c | 263 checkstackGCp(L, nextra, where); /* ensure stack space */ in luaT_getvarargs()
|
A D | lvm.c | 1651 checkstackGCp(L, 1, ra); in luaV_execute()
|
Completed in 19 milliseconds