#include <lstate.h>
Data Fields | |
| stringtable | strt |
| lua_Alloc | frealloc |
| void * | ud |
| lu_byte | currentwhite |
| lu_byte | gcstate |
| int | sweepstrgc |
| GCObject * | rootgc |
| GCObject ** | sweepgc |
| GCObject * | gray |
| GCObject * | grayagain |
| GCObject * | weak |
| GCObject * | tmudata |
| Mbuffer | buff |
| lu_mem | GCthreshold |
| lu_mem | totalbytes |
| lu_mem | estimate |
| lu_mem | gcdept |
| int | gcpause |
| int | gcstepmul |
| lua_CFunction | panic |
| TValue | l_registry |
| struct lua_State * | mainthread |
| UpVal | uvhead |
| struct Table * | mt [NUM_TAGS] |
| TString * | tmname [TM_N] |
| void* global_State::ud |
| struct lua_State* global_State::mainthread |
| struct Table* global_State::mt[NUM_TAGS] |
| TString* global_State::tmname[TM_N] |