Re: Is Lua robust in case of memory allocation failure?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is Lua robust in case of memory allocation failure?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 7 Aug 2016 11:20:17 -0300
> How does Lua handle a memory allocation failure? When embedded, does
> it also expect/require the hosting process to crash? Or does it
> consistently return an error, allowing the hosting process the
> possibility of recovery?
In consistently returns an error.
-- Roberto