Closed q66 closed 1 year ago
All allocations in the system should be done through Lua's allocator. Also, we should never abort, instead access to lua_State state should be ensured at all times in those contexts and a Lua error should be raised.
abort
lua_State
getting rid of malloc turned out to be not really doable/practical and using lua's allocator has caveats, so closing this
All allocations in the system should be done through Lua's allocator. Also, we should never
abort
, instead access tolua_State
state should be ensured at all times in those contexts and a Lua error should be raised.