Let me confess i am newbee on Lua and embedded. I am trying to port Lua on custom freertos running on CM4 and which does not have reallocation. is there any standard custom memory allocator available?
I was thinking to request a bigger chunk of memory in one shot from the system and later custom allocator will keep allocating and free memory chunk from that.
Looking forward to hear from you guys.
-Rahul