diff options
Diffstat (limited to 'lobject.h')
| -rw-r--r-- | lobject.h | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lobject.h,v 1.4 1997/10/16 10:59:34 roberto Exp roberto $ | 2 | ** $Id: lobject.h,v 1.5 1997/10/16 20:07:40 roberto Exp roberto $ |
| 3 | ** Type definitions for Lua objects | 3 | ** Type definitions for Lua objects |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -158,7 +158,12 @@ typedef struct Hash { | |||
| 158 | } Hash; | 158 | } Hash; |
| 159 | 159 | ||
| 160 | 160 | ||
| 161 | extern long luaO_nentities; | 161 | /* |
| 162 | ** a gross estimation of number of memory "blocks" allocated | ||
| 163 | ** (a block is *roughly* 32 bytes) | ||
| 164 | */ | ||
| 165 | extern unsigned long luaO_nblocks; | ||
| 166 | |||
| 162 | extern char *luaO_typenames[]; | 167 | extern char *luaO_typenames[]; |
| 163 | 168 | ||
| 164 | int luaO_equalObj (TObject *t1, TObject *t2); | 169 | int luaO_equalObj (TObject *t1, TObject *t2); |
