WebUI memory management #621
Replies: 1 comment
-
Sure, the mean goal of However, those functions are pretty simple, when you call When I read the debug of webui, I see many times the wrappers free |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I'm new to writing complex applications using C. I know how memory management works and how malloc and free work in normal C programs.
My question is how are webui_malloc and webui_free different and in what scenarios I should use webui's implementation and when the standard functions?
Beta Was this translation helpful? Give feedback.
All reactions