Searched refs:condhardstacktests (Results 1 – 1 of 1) sorted by relevance
220 #define condhardstacktests(x)((void)0) macro518 …st-(char*)L->top<=(n)*(int)sizeof(TValue))luaD_growstack(L,n);else condhardstacktests(luaD_realloc…580 #define luaC_checkGC(L){condhardstacktests(luaD_reallocstack(L,L->stacksize-5-1));if(G(L)->totalbyt…1124 #define inc_ci(L)((L->ci==L->end_ci)?growCI(L):(condhardstacktests(luaD_reallocCI(L,L->size_ci)),++…1888 condhardstacktests(luaD_reallocCI(L,ci_used+1));1892 condhardstacktests(luaD_reallocstack(L,s_used));
Completed in 26 milliseconds