lua-users home
lua-l archive

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


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