diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.78 2012/05/20 20:36:44 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.79 2012/05/22 17:32:25 roberto Exp roberto $ |
3 | ** Global State | 3 | ** Global State |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -114,8 +114,7 @@ typedef struct global_State { | |||
114 | lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ | 114 | lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ |
115 | l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ | 115 | l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ |
116 | lu_mem GCmemtrav; /* memory traversed by the GC */ | 116 | lu_mem GCmemtrav; /* memory traversed by the GC */ |
117 | lu_mem lastmajormem; /* memory in use after last major collection */ | 117 | lu_mem GCestimate; /* an estimate of the non-garbage memory in use */ |
118 | lu_mem estimate; | ||
119 | stringtable strt; /* hash table for strings */ | 118 | stringtable strt; /* hash table for strings */ |
120 | TValue l_registry; | 119 | TValue l_registry; |
121 | unsigned int seed; /* randomized seed for hashes */ | 120 | unsigned int seed; /* randomized seed for hashes */ |