rpm
4.5
|
#include <lua/lobject.h>
Data Fields | |
GCObject * | next |
lu_byte | tt |
lu_byte | marked |
lu_byte GCheader::marked |
Definition at line 43 of file lobject.h.
Referenced by luaC_link(), reallymarkobject(), sweeplist(), and valismarked().
GCObject* GCheader::next |
Definition at line 43 of file lobject.h.
Referenced by correctstack(), luaC_link(), luaC_separateudata(), luaS_newlstr(), luaS_resize(), marktmu(), and sweeplist().
lu_byte GCheader::tt |
Definition at line 43 of file lobject.h.
Referenced by freeobj(), luaC_link(), luaC_separateudata(), propagatemarks(), and reallymarkobject().