Home
last modified time | relevance | path

Searched refs:lua_newstate (Results 1 – 4 of 4) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlstate.c143 LUA_API lua_State *lua_newstate (lua_Alloc f, void *ud) { in lua_newstate() function
H A Dlua.h110 LUA_API lua_State *(lua_newstate) (lua_Alloc f, void *ud); variable
H A Dlauxlib.c648 lua_State *L = lua_newstate(l_alloc, NULL); in luaL_newstate()
/redis-3.2.3/deps/lua/
H A DHISTORY16 + user supplies memory allocator (lua_open becomes lua_newstate).