Searched refs:lua_newstate (Results 1 – 4 of 4) sorted by relevance
143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
110 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
648 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
16 + user supplies memory allocator (lua_open becomes lua_newstate).