lua-users home
lua-l archive

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


Thank you, I just read about MISRA, this was new to me.

In Stackoverflow forum, you find a hint that MISRA will NOT object, if
you write your own malloc+free function. Just you must NOT invoke the
predefined malloc / free of your compiler.

Principally I hope I could do this quite ok, if this question would
come up, because I use malloc/free EXCLUSIVELY for Lua.