RetroArch
Public Attributes | List of all members
global_State Struct Reference

#include <lstate.h>

Collaboration diagram for global_State:
[legend]

Public Attributes

lua_Alloc frealloc
 
voidud
 
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
 
GCObjectallgc
 
GCObject ** sweepgc
 
GCObjectfinobj
 
GCObjectgray
 
GCObjectgrayagain
 
GCObjectweak
 
GCObjectephemeron
 
GCObjectallweak
 
GCObjecttobefnz
 
GCObjectfixedgc
 
struct lua_Statetwups
 
unsigned int gcfinnum
 
int gcpause
 
int gcstepmul
 
lua_CFunction panic
 
struct lua_Statemainthread
 
const lua_Numberversion
 
TStringmemerrmsg
 
TStringtmname [TM_N]
 
struct Tablemt [LUA_NUMTAGS]
 
TStringstrcache [STRCACHE_N][STRCACHE_M]
 

Member Data Documentation

◆ allgc

GCObject* global_State::allgc

◆ allweak

GCObject* global_State::allweak

◆ currentwhite

lu_byte global_State::currentwhite

◆ ephemeron

GCObject* global_State::ephemeron

◆ finobj

GCObject* global_State::finobj

◆ fixedgc

GCObject* global_State::fixedgc

◆ frealloc

lua_Alloc global_State::frealloc

◆ GCdebt

l_mem global_State::GCdebt

◆ GCestimate

lu_mem global_State::GCestimate

◆ gcfinnum

unsigned int global_State::gcfinnum

◆ gckind

lu_byte global_State::gckind

◆ GCmemtrav

lu_mem global_State::GCmemtrav

◆ gcpause

int global_State::gcpause

◆ gcrunning

lu_byte global_State::gcrunning

◆ gcstate

lu_byte global_State::gcstate

◆ gcstepmul

int global_State::gcstepmul

◆ gray

GCObject* global_State::gray

◆ grayagain

GCObject* global_State::grayagain

◆ l_registry

TValue global_State::l_registry

◆ mainthread

struct lua_State* global_State::mainthread

◆ memerrmsg

TString* global_State::memerrmsg

◆ mt

struct Table* global_State::mt[LUA_NUMTAGS]

◆ panic

lua_CFunction global_State::panic

◆ seed

unsigned int global_State::seed

◆ strcache

TString* global_State::strcache[STRCACHE_N][STRCACHE_M]

◆ strt

stringtable global_State::strt

◆ sweepgc

GCObject** global_State::sweepgc

◆ tmname

TString* global_State::tmname[TM_N]

◆ tobefnz

GCObject* global_State::tobefnz

◆ totalbytes

l_mem global_State::totalbytes

◆ twups

struct lua_State* global_State::twups

◆ ud

void* global_State::ud

◆ version

const lua_Number* global_State::version

◆ weak

GCObject* global_State::weak

The documentation for this struct was generated from the following file: