lua-users home
lua-l archive

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


Having lua support callbacks to user realloc()/alloc() functions would 
also fix this.  Other open source libraries provide this, and it would 
be a fairly trivial update without breaking anything AFAIK.

This would allow users to specify their own allocators without having 
to build from sources. 

Brian