lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> However, the problem I have now is that I don't see a way to generate
> a Lua_state* in a particular memory location, so I'm running into that
> road block now.

If the underlying system allows you to do that, then you can use a custom
memory allocator: use lua_newstate instead of lua_open.