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
Some constrained systems may require the use of custom allocator like some ports using freeRTOS. So a way of redefining the allocators for _cbor_value_dup_string could be useful.
The text was updated successfully, but these errors were encountered:
Since malloc/free already exists in a function of the parser wouldn't it be better just to allow the user to set custom allocators instead of reimplementing the function?
I know it's in the documentation, but I don't think it would increase the code size or complexity that much.
Some constrained systems may require the use of custom allocator like some ports using freeRTOS. So a way of redefining the allocators for _cbor_value_dup_string could be useful.
The text was updated successfully, but these errors were encountered: