diff options
Diffstat (limited to 'lmem.h')
| -rw-r--r-- | lmem.h | 10 |
1 files changed, 1 insertions, 9 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lmem.h,v 1.18 2000/12/26 18:46:09 roberto Exp roberto $ | 2 | ** $Id: lmem.h,v 1.19 2000/12/28 12:55:41 roberto Exp roberto $ |
| 3 | ** Interface to Memory Manager | 3 | ** Interface to Memory Manager |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -38,13 +38,5 @@ void *luaM_growaux (lua_State *L, void *block, int *size, int size_elem, | |||
| 38 | (luint32)(n)*(luint32)sizeof(t))) | 38 | (luint32)(n)*(luint32)sizeof(t))) |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | #ifdef LUA_DEBUG | ||
| 42 | extern mem_int memdebug_numblocks; | ||
| 43 | extern mem_int memdebug_total; | ||
| 44 | extern mem_int memdebug_maxmem; | ||
| 45 | extern mem_int memdebug_memlimit; | ||
| 46 | #endif | ||
| 47 | |||
| 48 | |||
| 49 | #endif | 41 | #endif |
| 50 | 42 | ||
