mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
first implementation of generational GC
This commit is contained in:
parent
4b12eff801
commit
32d4f304db
7 changed files with 162 additions and 159 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lstring.h,v 1.37 2002/08/16 14:45:55 roberto Exp roberto $
|
||||
** $Id: lstring.h,v 1.38 2003/11/17 19:50:05 roberto Exp roberto $
|
||||
** String table (keep all strings handled by Lua)
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
void luaS_resize (lua_State *L, int newsize);
|
||||
Udata *luaS_newudata (lua_State *L, size_t s);
|
||||
void luaS_freeall (lua_State *L);
|
||||
TString *luaS_newlstr (lua_State *L, const char *str, size_t l);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue