lua-users home
lua-l archive

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


The problem is deeper than that.
As an example fopen() allocates storage (presumably via malloc)
so the problem continues.
http://www.gzip.org/zlib/DLL_FAQ.txt has some interesting
comments on the issue.

+++++++++++++++++++++++++++++++++
>>Having lua support callbacks to user realloc()/alloc() functions would 
>>also fix this.
>
>Lua 5.1 will support this.
>--lhf