lua-users home
lua-l archive

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


I was disappointed that the Lua SP&E paper didn't say much about Lua's 
garbage collection.  I would like to have my C code allocate objects
of type userdata that get managed by Lua's garbage collector, but from 
the documentation I can't figure out how to do that.  Is it possible?

Norman Ramsey