RetroArch
|
#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 |
lua_CFunction | panic |
struct lua_State * | mainthread |
const lua_Number * | version |
TString * | memerrmsg |
TString * | tmname [TM_N] |
struct Table * | mt [LUA_NUMTAGS] |
TString * | strcache [STRCACHE_N][STRCACHE_M] |
GCObject* global_State::allgc |
GCObject* global_State::allweak |
lu_byte global_State::currentwhite |
GCObject* global_State::ephemeron |
GCObject* global_State::finobj |
GCObject* global_State::fixedgc |
lua_Alloc global_State::frealloc |
l_mem global_State::GCdebt |
lu_mem global_State::GCestimate |
unsigned int global_State::gcfinnum |
lu_byte global_State::gckind |
lu_mem global_State::GCmemtrav |
int global_State::gcpause |
lu_byte global_State::gcrunning |
lu_byte global_State::gcstate |
int global_State::gcstepmul |
GCObject* global_State::gray |
GCObject* global_State::grayagain |
TValue global_State::l_registry |
struct lua_State* global_State::mainthread |
TString* global_State::memerrmsg |
struct Table* global_State::mt[LUA_NUMTAGS] |
lua_CFunction global_State::panic |
unsigned int global_State::seed |
TString* global_State::strcache[STRCACHE_N][STRCACHE_M] |
stringtable global_State::strt |
GCObject** global_State::sweepgc |
GCObject* global_State::tobefnz |
l_mem global_State::totalbytes |
struct lua_State* global_State::twups |
void* global_State::ud |
const lua_Number* global_State::version |
GCObject* global_State::weak |