| 
    Ardour
    9.0-pre0-1982-ga458a302d1
    
   | 
 
#include <lstate.h>
Public Attributes | |
| lua_Alloc | frealloc | 
| void * | ud | 
| l_mem | totalbytes | 
| l_mem | GCdebt | 
| lu_mem | GCmemtrav | 
| lu_mem | GCestimate | 
| stringtable | strt | 
| TValue | l_registry | 
| unsigned int | seed | 
| lu_byte | currentwhite | 
| lu_byte | gcstate | 
| lu_byte | gckind | 
| lu_byte | gcrunning | 
| GCObject * | allgc | 
| GCObject ** | sweepgc | 
| GCObject * | finobj | 
| GCObject * | gray | 
| GCObject * | grayagain | 
| GCObject * | weak | 
| GCObject * | ephemeron | 
| GCObject * | allweak | 
| GCObject * | tobefnz | 
| GCObject * | fixedgc | 
| struct lua_State * | twups | 
| unsigned int | gcfinnum | 
| int | gcpause | 
| int | gcstepmul | 
| int | gcmlock | 
| lua_CFunction | panic | 
| struct lua_State * | mainthread | 
| const lua_Number * | version | 
| TString * | memerrmsg | 
| TString * | tmname [TM_N] | 
| struct Table * | mt [9] | 
| TString * | strcache [53][2] | 
| lua_CFunction global_State::panic | 
| stringtable global_State::strt | 
| const lua_Number* global_State::version |