more and better tools (assertions & inspectors) to check incremental GC

This commit is contained in:
Roberto Ierusalimschy
2004-02-16 16:09:52 -03:00
parent b3ce450529
commit 2aaf7394ad
8 changed files with 249 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: ltests.h,v 1.21 2003/10/02 20:31:17 roberto Exp roberto $
** $Id: ltests.h,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
@@ -42,6 +42,8 @@ void *debug_realloc (void *ud, void *block, size_t osize, size_t nsize);
#endif
void luaC_checkall (lua_State *L);
/* test for lock/unlock */
extern int islocked;