global_State Struct Reference

Collaboration diagram for global_State:

Collaboration graph
[legend]

Data Fields

stringtable strt
lua_Alloc frealloc
void * ud
lu_byte currentwhite
lu_byte gcstate
int sweepstrgc
GCObjectrootgc
GCObject ** sweepgc
GCObjectgray
GCObjectgrayagain
GCObjectweak
GCObjecttmudata
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_Statemainthread
UpVal uvhead
struct Tablemt [NUM_TAGS]
TStringtmname [TM_N]

Detailed Description

Definition at line 68 of file lstate.h.


Field Documentation

stringtable global_State::strt

Definition at line 69 of file lstate.h.

lua_Alloc global_State::frealloc

Definition at line 70 of file lstate.h.

void* global_State::ud

Definition at line 71 of file lstate.h.

lu_byte global_State::currentwhite

Definition at line 72 of file lstate.h.

lu_byte global_State::gcstate

Definition at line 73 of file lstate.h.

int global_State::sweepstrgc

Definition at line 74 of file lstate.h.

GCObject* global_State::rootgc

Definition at line 75 of file lstate.h.

GCObject** global_State::sweepgc

Definition at line 76 of file lstate.h.

GCObject* global_State::gray

Definition at line 77 of file lstate.h.

GCObject* global_State::grayagain

Definition at line 78 of file lstate.h.

GCObject* global_State::weak

Definition at line 79 of file lstate.h.

GCObject* global_State::tmudata

Definition at line 80 of file lstate.h.

Mbuffer global_State::buff

Definition at line 81 of file lstate.h.

lu_mem global_State::GCthreshold

Definition at line 82 of file lstate.h.

lu_mem global_State::totalbytes

Definition at line 83 of file lstate.h.

lu_mem global_State::estimate

Definition at line 84 of file lstate.h.

lu_mem global_State::gcdept

Definition at line 85 of file lstate.h.

int global_State::gcpause

Definition at line 86 of file lstate.h.

int global_State::gcstepmul

Definition at line 87 of file lstate.h.

lua_CFunction global_State::panic

Definition at line 88 of file lstate.h.

TValue global_State::l_registry

Definition at line 89 of file lstate.h.

struct lua_State* global_State::mainthread [read]

Definition at line 90 of file lstate.h.

UpVal global_State::uvhead

Definition at line 91 of file lstate.h.

struct Table* global_State::mt[NUM_TAGS] [read]

Definition at line 92 of file lstate.h.

TString* global_State::tmname[TM_N]

Definition at line 93 of file lstate.h.


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/