[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: dll BIG LUA problem
- From: "D Burgess" <db@...>
- Date: Wed, 25 Feb 2004 13:58:15 +1000
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