diff options
Diffstat (limited to 'ltests.c')
-rw-r--r-- | ltests.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.c,v 1.8 2000/02/21 18:30:06 roberto Exp roberto $ | 2 | ** $Id: ltests.c,v 1.9 2000/03/10 18:37:44 roberto Exp roberto $ |
3 | ** Internal Module for Debugging of the Lua Implementation | 3 | ** Internal Module for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -33,6 +33,7 @@ void luaB_opentests (lua_State *L); | |||
33 | static void mem_query (lua_State *L) { | 33 | static void mem_query (lua_State *L) { |
34 | lua_pushnumber(L, memdebug_total); | 34 | lua_pushnumber(L, memdebug_total); |
35 | lua_pushnumber(L, memdebug_numblocks); | 35 | lua_pushnumber(L, memdebug_numblocks); |
36 | lua_pushnumber(L, memdebug_maxmem); | ||
36 | } | 37 | } |
37 | 38 | ||
38 | 39 | ||