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