#include <lstate.h>
Public Attributes | |
| GCObject * | allgc |
| GCObject * | allweak |
| lu_byte | currentwhite |
| GCObject * | ephemeron |
| GCObject * | finobj |
| GCObject * | finobjold1 |
| GCObject * | finobjrold |
| GCObject * | finobjsur |
| GCObject * | firstold1 |
| GCObject * | fixedgc |
| lua_Alloc | frealloc |
| l_mem | GCdebt |
| lu_byte | gcemergency |
| lu_mem | GCestimate |
| lu_byte | gckind |
| lu_byte | gcpause |
| lu_byte | gcrunning |
| lu_byte | gcstate |
| lu_byte | gcstepmul |
| lu_byte | gcstepsize |
| lu_byte | gcstopem |
| lu_byte | genmajormul |
| lu_byte | genminormul |
| GCObject * | gray |
| GCObject * | grayagain |
| TValue | l_registry |
| lu_mem | lastatomic |
| struct lua_State * | mainthread |
| TString * | memerrmsg |
| struct Table * | mt [LUA_NUMTAGS] |
| TValue | nilvalue |
| GCObject * | old1 |
| lua_CFunction | panic |
| GCObject * | reallyold |
| unsigned int | seed |
| TString * | strcache [STRCACHE_N][STRCACHE_M] |
| stringtable | strt |
| GCObject * | survival |
| GCObject ** | sweepgc |
| TString * | tmname [TM_N] |
| GCObject * | tobefnz |
| l_mem | totalbytes |
| struct lua_State * | twups |
| void * | ud |
| void * | ud_warn |
| lua_WarnFunction | warnf |
| GCObject * | weak |
| struct Table* global_State::mt[LUA_NUMTAGS] |
| lua_CFunction global_State::panic |
| TString* global_State::strcache[STRCACHE_N][STRCACHE_M] |
| stringtable global_State::strt |
| lua_WarnFunction global_State::warnf |