Lua kernel does not use malloc/free functions.

This commit is contained in:
Roberto Ierusalimschy
2003-10-02 17:31:17 -03:00
parent c7cf92e6f3
commit b97fb932ec
8 changed files with 116 additions and 105 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lauxlib.h,v 1.59 2003/03/18 12:25:32 roberto Exp roberto $
** $Id: lauxlib.h,v 1.60 2003/04/03 13:35:34 roberto Exp roberto $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
@@ -62,6 +62,8 @@ LUALIB_API int luaL_loadfile (lua_State *L, const char *filename);
LUALIB_API int luaL_loadbuffer (lua_State *L, const char *buff, size_t sz,
const char *name);
LUALIB_API lua_State *(luaL_newstate) (void);
/*