|
John Hind wrote:
void *lua_getallocud(lua_State *L)
I think you may want to name it void *lua_getallocls(lua_State *L) or void *lua_getalloclocalstorage(lua_State *L)Just thinking about other things like Thread Local Storage which makes me think of State Local Storage
Just an idea. Stephen