From 00c122cc291cfb24e01a5c00f2c3503a6dfa073e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 1 Dec 1997 18:30:44 -0200 Subject: other distribution of memory debug information. --- lmem.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lmem.h') diff --git a/lmem.h b/lmem.h index 8d4bd32c..ac7ba9ae 100644 --- a/lmem.h +++ b/lmem.h @@ -1,5 +1,5 @@ /* -** $Id: lmem.h,v 1.2 1997/11/26 18:53:45 roberto Exp roberto $ +** $Id: lmem.h,v 1.3 1997/11/26 20:44:52 roberto Exp roberto $ ** Interface to Memory Manager ** See Copyright Notice in lua.h */ @@ -36,7 +36,8 @@ int luaM_growaux (void **block, unsigned long nelems, int size, #ifdef DEBUG -void luaM_query (void); +extern unsigned long numblocks; +extern unsigned long totalmem; #endif -- cgit v1.2.1