diff options
Diffstat (limited to 'lstate.h')
-rw-r--r-- | lstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lstate.h,v 2.48 2009/11/18 13:13:47 roberto Exp roberto $ | 2 | ** $Id: lstate.h,v 2.49 2009/11/25 15:27:51 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 | */ |
@@ -131,7 +131,7 @@ typedef struct global_State { | |||
131 | GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ | 131 | GCObject *ephemeron; /* list of ephemeron tables (weak keys) */ |
132 | GCObject *allweak; /* list of all-weak tables */ | 132 | GCObject *allweak; /* list of all-weak tables */ |
133 | GCObject *tobefnz; /* list of userdata to be GC */ | 133 | GCObject *tobefnz; /* list of userdata to be GC */ |
134 | Mbuffer buff; /* temporary buffer for string concatentation */ | 134 | Mbuffer buff; /* temporary buffer for string concatenation */ |
135 | lu_mem GCthreshold; /* when totalbytes > GCthreshold, run GC step */ | 135 | lu_mem GCthreshold; /* when totalbytes > GCthreshold, run GC step */ |
136 | lu_mem totalbytes; /* number of bytes currently allocated */ | 136 | lu_mem totalbytes; /* number of bytes currently allocated */ |
137 | int gcpause; /* size of pause between successive GCs */ | 137 | int gcpause; /* size of pause between successive GCs */ |