Searched refs:LUAI_MAXCALLS (Results 1 – 3 of 3) sorted by relevance
73 if (L->size_ci > LUAI_MAXCALLS) { /* there was an overflow? */ in restore_stack_limit()75 if (inuse + 1 < LUAI_MAXCALLS) /* can `undo' overflow? */ in restore_stack_limit()76 luaD_reallocCI(L, LUAI_MAXCALLS); in restore_stack_limit()170 if (L->size_ci > LUAI_MAXCALLS) /* overflow while handling overflow? */ in growCI()174 if (L->size_ci > LUAI_MAXCALLS) in growCI()
435 #define LUAI_MAXCALLS 20000 macro
244 if (L->size_ci > LUAI_MAXCALLS) /* handling overflow? */ in checkstacksizes()