|
|
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 [(8+1)] |
| |
|
TString * | tmname [TM_N] |
| |
|
GCRef * | strhash |
| |
|
MSize | strmask |
| |
|
MSize | strnum |
| |
|
lua_Alloc | allocf |
| |
|
void * | allocd |
| |
|
GCState | gc |
| |
|
SBuf | tmpbuf |
| |
|
Node | nilnode |
| |
|
GCstr | strempty |
| |
|
uint8_t | stremptyz |
| |
|
uint8_t | hookmask |
| |
|
uint8_t | dispatchmode |
| |
|
uint8_t | vmevmask |
| |
|
GCRef | mainthref |
| |
|
TValue | registrytv |
| |
|
TValue | tmptv |
| |
|
TValue | tmptv2 |
| |
|
GCupval | uvhead |
| |
|
int32_t | hookcount |
| |
|
int32_t | hookcstart |
| |
|
lua_Hook | hookf |
| |
|
lua_CFunction | wrapf |
| |
|
volatile int32_t | vmstate |
| |
|
BCIns | bc_cfunc_int |
| |
|
BCIns | bc_cfunc_ext |
| |
|
GCRef | jit_L |
| |
|
MRef | jit_base |
| |
|
MRef | ctype_state |
| |
|
GCRef | gcroot [GCROOT_MAX] |
| |
|
GCRef | cur_L |
| |
The documentation for this struct was generated from the following files:
- Server/trunk/LuaJIT/src/host/minilua.c
- Server/trunk/LuaJIT/src/lj_obj.h