diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.26 2009/11/19 19:06:52 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.27 2009/12/14 15:27:30 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -30,9 +30,10 @@ typedef struct Memcontrol { | |||
30 | unsigned long total; | 30 | unsigned long total; |
31 | unsigned long maxmem; | 31 | unsigned long maxmem; |
32 | unsigned long memlimit; | 32 | unsigned long memlimit; |
33 | unsigned long objcount[5]; | ||
33 | } Memcontrol; | 34 | } Memcontrol; |
34 | 35 | ||
35 | Memcontrol l_memcontrol; | 36 | extern Memcontrol l_memcontrol; |
36 | 37 | ||
37 | 38 | ||
38 | /* | 39 | /* |