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
This paper goes into considerable detail about dealing with the fact that some newlib functions (e.g. printf family) use an internal malloc() which is not reentrant. Reentrancy can be supported at some cost.
This doesn’t appear to be a problem for Ada projects (e.g my Certyflie fork), but could cause a nasty surprise if not handled.
The text was updated successfully, but these errors were encountered:
This paper goes into considerable detail about dealing with the fact that some newlib functions (e.g.
printf
family) use an internalmalloc()
which is not reentrant. Reentrancy can be supported at some cost.This doesn’t appear to be a problem for Ada projects (e.g my Certyflie fork), but could cause a nasty surprise if not handled.
The text was updated successfully, but these errors were encountered: