Searched refs:luaE_setdebt (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lstate.h | 245 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
| H A D | lgc.c | 948 luaE_setdebt(g, debt); in setpause() 1133 luaE_setdebt(g, -GCSTEPSIZE * 10); /* avoid being called too often */ in luaC_step() 1144 luaE_setdebt(g, debt); in luaC_step()
|
| H A D | lstate.c | 98 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() function
|
| H A D | lapi.c | 1051 luaE_setdebt(g, 0); in lua_gc() 1073 luaE_setdebt(g, -GCSTEPSIZE); /* to do a "small" step */ in lua_gc() 1078 luaE_setdebt(g, debt); in lua_gc()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lstate.h | 221 LUAI_FUNC void luaE_setdebt (global_State *g, l_mem debt);
|
| H A D | lgc.c | 920 luaE_setdebt(g, debt); in setpause() 1155 luaE_setdebt(g, debt); in incstep() 1180 else luaE_setdebt(g, -GCSTEPSIZE); /* avoid being called too often */ in luaC_step()
|
| H A D | lstate.c | 104 void luaE_setdebt (global_State *g, l_mem debt) { in luaE_setdebt() function
|
| H A D | lapi.c | 1031 luaE_setdebt(g, 0); in lua_gc() 1057 luaE_setdebt(g, debt); in lua_gc()
|