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
The goal would be to have no bget related code and have malloc and free as part of the API struct, so the user can choose what to use. If bget or the stdlib malloc and free is the default is up to discussion.
The text was updated successfully, but these errors were encountered:
The goal would be to have no bget related code and have
malloc
andfree
as part of the API struct, so the user can choose what to use. If bget or the stdlib malloc and free is the default is up to discussion.The text was updated successfully, but these errors were encountered: