aboutsummaryrefslogtreecommitdiff
path: root/lmem.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 13:13:05 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-02-02 13:13:05 -0200
commit426d3e43bdec4b1ab2b0aed1844396c27f64872f (patch)
tree659b73e1e9720fb85c66a481b476c96671eef734 /lmem.h
parent8823f371a2a63f634121a0c16cb1d02e5ce9f5c5 (diff)
downloadlua-426d3e43bdec4b1ab2b0aed1844396c27f64872f.tar.gz
lua-426d3e43bdec4b1ab2b0aed1844396c27f64872f.tar.bz2
lua-426d3e43bdec4b1ab2b0aed1844396c27f64872f.zip
lock/unlock may use L + better structure for internal debug stuff
Diffstat (limited to 'lmem.h')
-rw-r--r--lmem.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/lmem.h b/lmem.h
index d33473c7..c6f94e53 100644
--- a/lmem.h
+++ b/lmem.h
@@ -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
42extern mem_int memdebug_numblocks;
43extern mem_int memdebug_total;
44extern mem_int memdebug_maxmem;
45extern mem_int memdebug_memlimit;
46#endif
47
48
49#endif 41#endif
50 42