lua-users home
lua-l archive

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


> 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