You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoAP_CreateMessage calls malloc. For the use case I am looking at, heap allocation for every message sent isn't an option.
Can a message pointer be reused? Or is there a way to allocate a message on the stack?
Thank you!
The text was updated successfully, but these errors were encountered:
CoAP_CreateMessage calls malloc. For the use case I am looking at, heap allocation for every message sent isn't an option.
Can a message pointer be reused? Or is there a way to allocate a message on the stack?
Thank you!
The text was updated successfully, but these errors were encountered: