|
> 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