diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ typedef struct global_State { | |||
193 | l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ | 193 | l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ |
194 | l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ | 194 | l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ |
195 | lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ | 195 | lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ |
196 | lu_mem lastatomic; /* see function 'genstep' in file 'lgc.c' */ | ||
196 | stringtable strt; /* hash table for strings */ | 197 | stringtable strt; /* hash table for strings */ |
197 | TValue l_registry; | 198 | TValue l_registry; |
198 | TValue nilvalue; /* a nil value */ | 199 | TValue nilvalue; /* a nil value */ |