Re: Standard Windows DLL: (was ANN: wxLua 5.0.2 released.)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Standard Windows DLL: (was ANN: wxLua 5.0.2 released.)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 1 Mar 2004 21:55:04 -0300
>Is Lua 'heap-safe'? ie, is all memory allocated by lua freed by lua, and no
>external memory used ever freed by Lua?
Yes.
Also, like I said, Lua 5.1 will make this transparent, because it will use
a user-supplied memory allocator.
--lhf