diff options
Diffstat (limited to 'lgc.c')
-rw-r--r-- | lgc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lgc.c,v 2.99 2010/06/07 16:55:34 roberto Exp roberto $ | 2 | ** $Id: lgc.c,v 2.100 2010/06/25 12:18:10 roberto Exp roberto $ |
3 | ** Garbage Collector | 3 | ** Garbage Collector |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -27,7 +27,7 @@ | |||
27 | /* how much to allocate before next GC step */ | 27 | /* how much to allocate before next GC step */ |
28 | #define GCSTEPSIZE 1024 | 28 | #define GCSTEPSIZE 1024 |
29 | 29 | ||
30 | /* maximum numer of elements to sweep in each single step */ | 30 | /* maximum number of elements to sweep in each single step */ |
31 | #define GCSWEEPMAX 40 | 31 | #define GCSWEEPMAX 40 |
32 | 32 | ||
33 | /* cost of sweeping one element */ | 33 | /* cost of sweeping one element */ |